Package | Description |
---|---|
com.sleepycat.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
Database . |
Modifier and Type | Method and 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) 2002, 2017 Oracle and/or its affiliates. All rights reserved.