|
|||||||||
PREV NEXT | FRAMES NO FRAMES All Classes |
Uses of ReferenceMap.Type in no.sesat.commons.ref |
---|
Methods in no.sesat.commons.ref that return ReferenceMap.Type | |
---|---|
static ReferenceMap.Type |
ReferenceMap.Type.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static ReferenceMap.Type[] |
ReferenceMap.Type.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Constructors in no.sesat.commons.ref with parameters of type ReferenceMap.Type | |
---|---|
ReferenceMap(ReferenceMap.Type type,
Map<K,Reference<V>> cache)
|
|
ReferenceMap(ReferenceMap.Type type,
Map<K,Reference<V>> cache,
boolean singleThreaded)
|
|
|||||||||
PREV NEXT | FRAMES NO FRAMES All Classes |