org.jjoost.collections.maps.serial
Class SerialInlineListHashMap<K,V>

java.lang.Object
  extended by org.jjoost.collections.maps.base.AbstractHashMap<K,V,N>
      extended by org.jjoost.collections.maps.base.InlineListHashMap<K,V,org.jjoost.collections.maps.serial.SerialInlineListHashMap.Node<K,V>>
          extended by org.jjoost.collections.maps.serial.SerialInlineListHashMap<K,V>
All Implemented Interfaces:
java.io.Serializable, AnyMap<K,V>, AnyReadMap<K,V>, ListMap<K,V>, Function<K,java.lang.Iterable<V>>

public class SerialInlineListHashMap<K,V>
extends InlineListHashMap<K,V,org.jjoost.collections.maps.serial.SerialInlineListHashMap.Node<K,V>>

See Also:
Serialized Form

Constructor Summary
SerialInlineListHashMap()
           
SerialInlineListHashMap(int minimumInitialCapacity, float loadFactor)
           
SerialInlineListHashMap(int minimumInitialCapacity, float loadFactor, Rehasher rehasher, Equality<? super K> keyEquality, Equality<? super V> valEquality)
           
 
Method Summary
static
<K,V> org.jjoost.collections.maps.serial.SerialInlineListHashMap.NodeFactory<K,V>
factory()
           
 
Methods inherited from class org.jjoost.collections.maps.base.InlineListHashMap
add, apply, copy, entries, keys, permitsDuplicateKeys, put, putIfAbsent, uniqueKeyCount, values
 
Methods inherited from class org.jjoost.collections.maps.base.AbstractHashMap
clear, clearAndReturn, contains, contains, count, count, entries, first, inverse, isEmpty, list, remove, remove, removeAndReturn, removeAndReturn, removeAndReturnFirst, shrink, totalCount, values
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.jjoost.collections.AnyMap
clear, clearAndReturn, inverse, remove, remove, removeAndReturn, removeAndReturn, removeAndReturnFirst, shrink, values
 
Methods inherited from interface org.jjoost.collections.AnyReadMap
contains, contains, count, count, entries, first, isEmpty, list, totalCount
 

Constructor Detail

SerialInlineListHashMap

public SerialInlineListHashMap()

SerialInlineListHashMap

public SerialInlineListHashMap(int minimumInitialCapacity,
                               float loadFactor)

SerialInlineListHashMap

public SerialInlineListHashMap(int minimumInitialCapacity,
                               float loadFactor,
                               Rehasher rehasher,
                               Equality<? super K> keyEquality,
                               Equality<? super V> valEquality)
Method Detail

factory

public static <K,V> org.jjoost.collections.maps.serial.SerialInlineListHashMap.NodeFactory<K,V> factory()