com.sleepycat.je.utilint
Class LevelOrderedINMap

java.lang.Object
  extended byjava.util.AbstractMap
      extended byjava.util.TreeMap
          extended bycom.sleepycat.je.utilint.LevelOrderedINMap
All Implemented Interfaces:
Cloneable, Map, Serializable, 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

Nested Class Summary
 
Nested classes inherited from class java.util.TreeMap
 
Nested classes inherited from class java.util.AbstractMap
 
Field Summary
 
Fields inherited from class java.util.AbstractMap
 
Constructor Summary
LevelOrderedINMap()
           
 
Method Summary
 void putIN(IN in)
           
 
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
 
Methods inherited from class java.util.AbstractMap
equals, hashCode, isEmpty, toString
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface java.util.Map
equals, hashCode, isEmpty
 

Constructor Detail

LevelOrderedINMap

public LevelOrderedINMap()
Method Detail

putIN

public void putIN(IN in)


Copyright 2004 Sleepycat, Inc. All Rights Reserved.