Class TByteFloatHashMap.TKeyView

    • Constructor Detail

      • TKeyView

        protected TKeyView()
    • Method Detail

      • getNoEntryValue

        public byte getNoEntryValue()
      • size

        public int size()
      • isEmpty

        public boolean isEmpty()
      • contains

        public boolean contains(byte entry)
      • toArray

        public byte[] toArray()
      • toArray

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

        public boolean add(byte entry)
        Unsupported when operating upon a Key Set view of a TByteFloatMap

      • remove

        public boolean remove(byte entry)
      • containsAll

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

        public boolean containsAll(byte[] array)
      • addAll

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

      • addAll

        public boolean addAll(TByteCollection collection)
        Unsupported when operating upon a Key Set view of a TByteFloatMap

      • addAll

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

      • retainAll

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

        public boolean retainAll(byte[] array)
      • removeAll

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

        public boolean removeAll(byte[] array)
      • clear

        public void clear()
      • equals

        public boolean equals(Object other)
      • hashCode

        public int hashCode()
      • toString

        public String toString()