Class TLongShortHashMap.TValueView

    • Constructor Detail

      • TValueView

        protected TValueView()
    • 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)
      • remove

        public boolean remove(short entry)
      • containsAll

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

        public boolean containsAll(short[] array)
      • addAll

        public boolean addAll(short[] array)
      • 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()
      • toString

        public String toString()