Class TLongFloatHashMap.TKeyView

    • Constructor Detail

      • TKeyView

        protected TKeyView()
    • Method Detail

      • getNoEntryValue

        public long getNoEntryValue()
      • size

        public int size()
      • isEmpty

        public boolean isEmpty()
      • contains

        public boolean contains(long entry)
      • toArray

        public long[] toArray()
      • toArray

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

        public boolean add(long entry)
        Unsupported when operating upon a Key Set view of a TLongFloatMap

      • remove

        public boolean remove(long entry)
      • containsAll

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

        public boolean containsAll(long[] array)
      • addAll

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

      • addAll

        public boolean addAll(TLongCollection collection)
        Unsupported when operating upon a Key Set view of a TLongFloatMap

      • addAll

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

      • retainAll

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

        public boolean retainAll(long[] array)
      • removeAll

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

        public boolean removeAll(long[] array)
      • clear

        public void clear()
      • equals

        public boolean equals(Object other)
      • hashCode

        public int hashCode()
      • toString

        public String toString()