| HashTable<K,V> | HashTable. addAll(XGettingCollection<? extends KeyValue<K,V>> elements) |  | 
| HashTable<K,V> | HashTable. addAll(KeyValue<K,V>... elements) |  | 
| HashTable<K,V> | HashTable. addAll(KeyValue<K,V>[] elements,
      int srcIndex,
      int srcLength) |  | 
| HashTable<K,V> | HashTable. copy() |  | 
| HashTable<?,?> | BinaryHandlerHashTable. create(Binary data,
      PersistenceLoadHandler handler) |  | 
| static <K,V>HashTable<K,V>
 | HashTable. New() |  | 
| static <K,V>HashTable<K,V>
 | HashTable. New(XGettingCollection<? extends KeyValue<? extends K,? extends V>> entries) |  | 
| static <K,V>HashTable<K,V>
 | HashTable. New(KeyValue<? extends K,? extends V>... entries) |  | 
| static <K,V>HashTable<K,V>
 | HashTable. NewCustom(float hashDensity) |  | 
| static <K,V>HashTable<K,V>
 | HashTable. NewCustom(int initialHashLength) |  | 
| static <K,V>HashTable<K,V>
 | HashTable. NewCustom(int initialHashLength,
         float hashDensity) |  | 
| static <K,V>HashTable<K,V>
 | HashTable. NewCustom(int initialHashLength,
         float hashDensity,
         XGettingCollection<? extends KeyValue<? extends K,? extends V>> entries) |  | 
| static <K,V>HashTable<K,V>
 | HashTable. NewCustom(long desiredCapacity,
         float hashDensity,
         KeyValue<? extends K,? extends V>... entries) |  | 
| HashTable<K,V> | HashTable.Creator. newInstance() |  | 
| static <KI,VI,KO,VO>HashTable<KO,VO>
 | HashTable. NewProjected(float hashDensity,
            XGettingCollection<? extends KeyValue<KI,VI>> entries,
            Function<? super KI,KO> keyProjector,
            Function<? super VI,VO> valueProjector) |  | 
| static <KO,VO,KI extends KO,VI extends VO>HashTable<KO,VO>
 | HashTable. NewProjected(XGettingCollection<? extends KeyValue<KI,VI>> entries) |  | 
| static <KI,VI,KO,VO>HashTable<KO,VO>
 | HashTable. NewProjected(XGettingCollection<? extends KeyValue<KI,VI>> entries,
            Function<? super KI,KO> keyProjector,
            Function<? super VI,VO> valueProjector) |  | 
| static <K,V>HashTable<K,V>
 | HashTable. NewSingle(K key,
         V value) |  | 
| HashTable<K,V> | HashTable.Keys. parent() |  | 
| HashTable<K,V> | HashTable.OldVarMap. parent() |  | 
| HashTable<K,V> | HashTable.Values. parent() |  | 
| HashTable<K,V> | HashTable. prependAll(XGettingCollection<? extends KeyValue<K,V>> elements) |  | 
| HashTable<K,V> | HashTable. prependAll(KeyValue<K,V>... elements) |  | 
| HashTable<K,V> | HashTable. prependAll(KeyValue<K,V>[] elements,
          int srcStartIndex,
          int srcLength) |  | 
| HashTable<K,V> | HashTable. preputAll(XGettingCollection<? extends KeyValue<K,V>> elements) |  | 
| HashTable<K,V> | HashTable. preputAll(KeyValue<K,V>... elements) |  | 
| HashTable<K,V> | HashTable. preputAll(KeyValue<K,V>[] elements,
         int offset,
         int length) |  | 
| HashTable<K,V> | HashTable. putAll(XGettingCollection<? extends KeyValue<K,V>> elements) |  | 
| HashTable<K,V> | HashTable. putAll(KeyValue<K,V>... elements) |  | 
| HashTable<K,V> | HashTable. putAll(KeyValue<K,V>[] elements,
      int srcIndex,
      int srcLength) |  | 
| HashTable<K,V> | HashTable. removeRange(long startIndex,
           long length) |  | 
| HashTable<K,V> | HashTable. retainRange(long startIndex,
           long length) |  | 
| HashTable<K,V> | HashTable. reverse() |  | 
| HashTable<K,V> | HashTable. set(long index,
   XGettingSequence<? extends KeyValue<K,V>> elements,
   long offset,
   long length) |  | 
| HashTable<K,V> | HashTable. set(long index,
   KeyValue<K,V>[] elements,
   int offset,
   int length) |  | 
| HashTable<K,V> | HashTable. setAll(long index,
      KeyValue<K,V>... elements) |  | 
| HashTable<K,V> | HashTable. shiftBy(long sourceIndex,
       long distance) |  | 
| HashTable<K,V> | HashTable. shiftBy(long sourceIndex,
       long distance,
       long length) |  | 
| HashTable<K,V> | HashTable. shiftTo(long sourceIndex,
       long targetIndex) |  | 
| HashTable<K,V> | HashTable. shiftTo(long sourceIndex,
       long targetIndex,
       long length) |  | 
| HashTable<K,V> | HashTable. sort(Comparator<? super KeyValue<K,V>> comparator) |  | 
| HashTable<K,V> | HashTable. swap(long indexA,
    long indexB) |  | 
| HashTable<K,V> | HashTable. swap(long indexA,
    long indexB,
    long length) |  | 
| HashTable<K,V> | HashTable. toReversed() |  |