Uses of Class
com.tangosol.util.AbstractSparseArray.Crawler
-
Packages that use AbstractSparseArray.Crawler Package Description com.tangosol.util Contains various generic utilities. -
-
Uses of AbstractSparseArray.Crawler in com.tangosol.util
Subclasses of AbstractSparseArray.Crawler in com.tangosol.util Modifier and Type Class Description class
PrimitiveSparseArray.Iterator
Iterator over long values stored in the tree.Methods in com.tangosol.util that return AbstractSparseArray.Crawler Modifier and Type Method Description protected AbstractSparseArray.Crawler
AbstractSparseArray. instantiateCrawler(AbstractSparseArray.Node<V> head, int fromdir, boolean fForward)
Instantiate a new Crawler at the specified location and direction.protected AbstractSparseArray.Crawler
PrimitiveSparseArray. instantiateCrawler(AbstractSparseArray.Node head, int fromdir, boolean fForward)
Instantiate a new Crawler at the specified location and direction.
-