| Package | Description |
|---|---|
| org.helenus.driver.impl |
| Modifier and Type | Method and Description |
|---|---|
PersistedValue<T,PT> |
PersistedValue.setDecodedValue(T val)
Sets the decoded value.
|
PersistedValue<T,PT> |
PersistedValue.setEncodedValue(PT val)
Sets the encoded value.
|
| Modifier and Type | Method and Description |
|---|---|
List<PersistedValue<T,PT>> |
PersistedList.getPersistedList()
Gets the persisted list.
|
SortedMap<K,PersistedValue<T,PT>> |
PersistedSortedMap.getPersistedMap()
Gets the persisted map.
|
NavigableMap<K,PersistedValue<T,PT>> |
PersistedNavigableMap.getPersistedMap()
Gets the persisted map.
|
Map<K,PersistedValue<T,PT>> |
PersistedMap.getPersistedMap()
Gets the persisted map.
|
Set<PersistedValue<T,PT>> |
PersistedSet.getPersistedSet()
Gets the persisted set.
|
LinkedHashSet<PersistedValue<T,PT>> |
PersistedOrderedSet.getPersistedSet()
Gets the persisted set.
|
Copyright (C) 2015-2015 The Helenus Driver Project Authors.