java.lang.Object
com.github.andrewoma.dexx.collection.internal.redblack.Zipper<K,V>
class Zipper<K,V>
extends Object
-
Field Summary
Fields
(package private) final boolean
(package private) final boolean
(package private) final int
-
Constructor Summary
Constructors
Zipper(List<Tree<K,V>> zipper,
boolean levelled,
boolean leftMost,
int smallerDepth)
-
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
-
levelled
final boolean levelled
-
leftMost
final boolean leftMost
-
smallerDepth
final int smallerDepth
-
Constructor Details
-
Zipper
Zipper(List<Tree<K,V>> zipper,
boolean levelled,
boolean leftMost,
int smallerDepth)