Class AbstractCharCollection

java.lang.Object
com.carrotsearch.hppc.AbstractCharCollection
All Implemented Interfaces:
CharCollection, CharContainer, Iterable<CharCursor>
Direct Known Subclasses:
ByteCharHashMap.ValuesContainer, CharArrayDeque, CharArrayList, CharByteHashMap.KeysContainer, CharCharHashMap.KeysContainer, CharCharHashMap.ValuesContainer, CharDoubleHashMap.KeysContainer, CharFloatHashMap.KeysContainer, CharHashSet, CharIntHashMap.KeysContainer, CharLongHashMap.KeysContainer, CharObjectHashMap.KeysContainer, CharShortHashMap.KeysContainer, DoubleCharHashMap.ValuesContainer, FloatCharHashMap.ValuesContainer, IntCharHashMap.ValuesContainer, LongCharHashMap.ValuesContainer, ObjectCharHashMap.ValuesContainer, ShortCharHashMap.ValuesContainer

@Generated(date="2023-10-26T04:33:10+0000", value="AbstractKTypeCollection.java") abstract class AbstractCharCollection extends Object implements CharCollection
Common superclass for collections.
  • Constructor Details

    • AbstractCharCollection

      AbstractCharCollection()
  • Method Details