Class BackingStoreHashtable.RowList

java.lang.Object
java.util.AbstractCollection<Object>
java.util.AbstractList<Object>
java.util.ArrayList<Object>
org.apache.derby.iapi.store.access.BackingStoreHashtable.RowList
All Implemented Interfaces:
Serializable, Cloneable, Iterable<Object>, Collection<Object>, List<Object>, RandomAccess, SequencedCollection<Object>
Enclosing class:
BackingStoreHashtable

private static class BackingStoreHashtable.RowList extends ArrayList<Object>
List of DataValueDescriptor[] instances that represent rows. This class is used when the hash table contains multiple rows for the same hash key.
  • Constructor Details

    • RowList

      private RowList(int initialCapacity)