Package | Description |
---|---|
com.sleepycat.client.collections |
Data access based on the standard Java collections API.
|
Modifier and Type | Class and Description |
---|---|
class |
StoredSortedMap<K,V>
A SortedMap view of a
SDatabase . |
Modifier and Type | Method and Description |
---|---|
<K,V extends com.sleepycat.client.bind.tuple.MarshalledTupleKeyEntity> |
TupleSerialFactory.newMap(SDatabase db,
java.lang.Class<K> keyClass,
java.lang.Class<V> valueBaseClass,
boolean writeAllowed)
Creates a map from a previously opened SDatabase object.
|
Copyright (c) 2016, 2019 Oracle and/or its affiliates. All rights reserved.