Class TSynchronizedByteObjectMap<V>

    • Constructor Detail

      • TSynchronizedByteObjectMap

        public TSynchronizedByteObjectMap(TByteObjectMap<V> m)
    • Method Detail

      • size

        public int size()
      • isEmpty

        public boolean isEmpty()
      • containsKey

        public boolean containsKey(byte key)
      • containsValue

        public boolean containsValue(Object value)
      • get

        public V get(byte key)
      • put

        public V put(byte key,
                     V value)
      • remove

        public V remove(byte key)
      • putAll

        public void putAll(Map<? extends Byte,? extends V> map)
      • clear

        public void clear()
      • keys

        public byte[] keys()
      • keys

        public byte[] keys(byte[] array)
      • valueCollection

        public Collection<V> valueCollection()
      • values

        public Object[] values()
      • values

        public V[] values(V[] array)
      • getNoEntryKey

        public byte getNoEntryKey()
      • putIfAbsent

        public V putIfAbsent(byte key,
                             V value)
      • equals

        public boolean equals(Object o)
      • hashCode

        public int hashCode()
      • toString

        public String toString()