Class OIndexRIDContainerSBTree

java.lang.Object
com.orientechnologies.orient.core.storage.ridbag.sbtree.OIndexRIDContainerSBTree
All Implemented Interfaces:
Iterable<OIdentifiable>, Collection<OIdentifiable>, Set<OIdentifiable>

public class OIndexRIDContainerSBTree extends Object implements Set<OIdentifiable>
Persistent Set implementation that uses the SBTree to handle entries in persistent way.
Author:
Artem Orobets (enisher-at-gmail.com)