Uses of Interface
org.roaringbitmap.art.Shuttle
-
Packages that use Shuttle Package Description org.roaringbitmap.art -
-
Uses of Shuttle in org.roaringbitmap.art
Classes in org.roaringbitmap.art that implement Shuttle Modifier and Type Class Description class
AbstractShuttle
visit the art tree's space through a stack which records the deep first visiting paths.class
BackwardShuttle
visit the leaf node space in descending orderclass
ForwardShuttle
visit the leaf node space in ascending order.
-