com.sleepycat.je.utilint
Class LevelOrderedINMap
java.lang.Object
java.util.AbstractMap
java.util.TreeMap
com.sleepycat.je.utilint.LevelOrderedINMap
- All Implemented Interfaces:
- Serializable, Cloneable, Map, SortedMap
public class LevelOrderedINMap
- extends TreeMap
A level ordered map holds collection of INs, sorted by level. The map is
keyed by level and each datum is a set of INs belonging to that level.
- See Also:
- Serialized Form
Methods inherited from class java.util.TreeMap |
clear, clone, comparator, containsKey, containsValue, entrySet, firstKey, get, headMap, keySet, lastKey, put, putAll, remove, size, subMap, tailMap, values |
LevelOrderedINMap
public LevelOrderedINMap()
putIN
public void putIN(IN in)
Copyright 2004-2005 Sleepycat, Inc. All Rights Reserved.