Class TShortFloatHashMap.TKeyView

    • Constructor Detail

      • TKeyView

        protected TKeyView()
    • Method Detail

      • getNoEntryValue

        public short getNoEntryValue()
      • size

        public int size()
      • isEmpty

        public boolean isEmpty()
      • contains

        public boolean contains(short entry)
      • toArray

        public short[] toArray()
      • toArray

        public short[] toArray(short[] dest)
      • add

        public boolean add(short entry)
        Unsupported when operating upon a Key Set view of a TShortFloatMap

      • remove

        public boolean remove(short entry)
      • containsAll

        public boolean containsAll(Collection<?> collection)
      • containsAll

        public boolean containsAll(short[] array)
      • addAll

        public boolean addAll(Collection<? extends Short> collection)
        Unsupported when operating upon a Key Set view of a TShortFloatMap

      • addAll

        public boolean addAll(TShortCollection collection)
        Unsupported when operating upon a Key Set view of a TShortFloatMap

      • addAll

        public boolean addAll(short[] array)
        Unsupported when operating upon a Key Set view of a TShortFloatMap

      • retainAll

        public boolean retainAll(Collection<?> collection)
      • retainAll

        public boolean retainAll(short[] array)
      • removeAll

        public boolean removeAll(Collection<?> collection)
      • removeAll

        public boolean removeAll(short[] array)
      • clear

        public void clear()
      • equals

        public boolean equals(Object other)
      • hashCode

        public int hashCode()
      • toString

        public String toString()