com.sleepycat.je.utilint
Class LevelOrderedINMap

java.lang.Object
  extended by java.util.AbstractMap
      extended by java.util.TreeMap
          extended by 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

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-2005 Sleepycat, Inc. All Rights Reserved.