org.jjoost.collections.base
Class HashStoreType
java.lang.Object
org.jjoost.collections.base.HashStoreType
public class HashStoreType
- extends java.lang.Object
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
HashStoreType
public HashStoreType(HashStoreType.Type type)
type
public HashStoreType.Type type()
serial
public static HashStoreType serial()
blocking
public static HashStoreType blocking()
lockFree
public static HashStoreType lockFree()
linkedSerial
public static HashStoreType linkedSerial()
linkedBlocking
public static HashStoreType linkedBlocking()
linkedLockFree
public static HashStoreType linkedLockFree()