T - Typepublic interface PrimitiveIdTypeOps<T> extends PrimitiveTypeOps<T>
| Modifier and Type | Method and Description | 
|---|---|
<V> Basic2ObjectMap<T,V> | 
create2ObjectOpenHashMap(int capacity,
                        WritableWriter<V> valueWriter)
Create Basic2ObjectMap with key type T, given capacity. 
 | 
<V> Basic2ObjectMap<T,V> | 
create2ObjectOpenHashMap(WritableWriter<V> valueWriter)
Create Basic2ObjectMap with key type T. 
 | 
BasicSet<T> | 
createOpenHashSet()
Create BasicSet of type T. 
 | 
BasicSet<T> | 
createOpenHashSet(long capacity)
Create BasicSet of type T, given capacity. 
 | 
createArrayList, createArrayList, readNewArrayListcreate, createCopy, getTypeClass, setBasicSet<T> createOpenHashSet(long capacity)
capacity - Capacity<V> Basic2ObjectMap<T,V> create2ObjectOpenHashMap(WritableWriter<V> valueWriter)
V - Type of values in the mapvalueWriter - Writer of values<V> Basic2ObjectMap<T,V> create2ObjectOpenHashMap(int capacity, WritableWriter<V> valueWriter)
V - Type of values in the mapcapacity - CapacityvalueWriter - Writer of valuesCopyright © 2011-2020 The Apache Software Foundation. All Rights Reserved.