Class TFloatFloatHashMap.TKeyView

    • Constructor Detail

      • TKeyView

        protected TKeyView()
    • Method Detail

      • getNoEntryValue

        public float getNoEntryValue()
      • size

        public int size()
      • isEmpty

        public boolean isEmpty()
      • contains

        public boolean contains(float entry)
      • toArray

        public float[] toArray()
      • toArray

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

        public boolean add(float entry)
        Unsupported when operating upon a Key Set view of a TFloatFloatMap

      • remove

        public boolean remove(float entry)
      • containsAll

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

        public boolean containsAll(float[] array)
      • addAll

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

      • addAll

        public boolean addAll(TFloatCollection collection)
        Unsupported when operating upon a Key Set view of a TFloatFloatMap

      • addAll

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

      • retainAll

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

        public boolean retainAll(float[] array)
      • removeAll

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

        public boolean removeAll(float[] array)
      • clear

        public void clear()
      • equals

        public boolean equals(Object other)
      • hashCode

        public int hashCode()
      • toString

        public String toString()