Class TByteByteHashMap.TValueView

    • Constructor Detail

      • TValueView

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

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

        public String toString()