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