Class AbstractByteCollection

java.lang.Object
com.carrotsearch.hppc.AbstractByteCollection
All Implemented Interfaces:
ByteCollection, ByteContainer, Iterable<ByteCursor>
Direct Known Subclasses:
ByteArrayDeque, ByteArrayList, ByteByteHashMap.KeysContainer, ByteByteHashMap.ValuesContainer, ByteCharHashMap.KeysContainer, ByteDoubleHashMap.KeysContainer, ByteFloatHashMap.KeysContainer, ByteHashSet, ByteIntHashMap.KeysContainer, ByteLongHashMap.KeysContainer, ByteObjectHashMap.KeysContainer, ByteShortHashMap.KeysContainer, CharByteHashMap.ValuesContainer, DoubleByteHashMap.ValuesContainer, FloatByteHashMap.ValuesContainer, IntByteHashMap.ValuesContainer, LongByteHashMap.ValuesContainer, ObjectByteHashMap.ValuesContainer, ShortByteHashMap.ValuesContainer

@Generated(date="2024-02-21T10:44:44+0000", value="AbstractKTypeCollection.java") abstract class AbstractByteCollection extends Object implements ByteCollection
Common superclass for collections.
  • Constructor Details

    • AbstractByteCollection

      AbstractByteCollection()
  • Method Details