Class AbstractLongCollection

java.lang.Object
com.carrotsearch.hppc.AbstractLongCollection
All Implemented Interfaces:
LongCollection, LongContainer, Iterable<LongCursor>
Direct Known Subclasses:
ByteLongHashMap.ValuesContainer, CharLongHashMap.ValuesContainer, DoubleLongHashMap.ValuesContainer, FloatLongHashMap.ValuesContainer, IntLongHashMap.ValuesContainer, LongArrayDeque, LongArrayList, LongByteHashMap.KeysContainer, LongCharHashMap.KeysContainer, LongDoubleHashMap.KeysContainer, LongFloatHashMap.KeysContainer, LongHashSet, LongIntHashMap.KeysContainer, LongLongHashMap.KeysContainer, LongLongHashMap.ValuesContainer, LongObjectHashMap.KeysContainer, LongShortHashMap.KeysContainer, ObjectLongHashMap.ValuesContainer, ShortLongHashMap.ValuesContainer

@Generated(date="2023-09-14T00:00:00+0000", value="AbstractKTypeCollection.java") abstract class AbstractLongCollection extends Object implements LongCollection
Common superclass for collections.
  • Constructor Details

    • AbstractLongCollection

      AbstractLongCollection()
  • Method Details