Uses of Interface
com.github.andrewoma.dexx.collection.internal.redblack.Tree
Packages that use Tree
Package
Description
Dexx collections are a port of Scala's immutable, persistent collection classes to pure Java.
-
Uses of Tree in com.github.andrewoma.dexx.collection
Fields in com.github.andrewoma.dexx.collection declared as TreeMethods in com.github.andrewoma.dexx.collection with parameters of type TreeConstructors in com.github.andrewoma.dexx.collection with parameters of type Tree -
Uses of Tree in com.github.andrewoma.dexx.collection.internal.redblack
Subinterfaces of Tree in com.github.andrewoma.dexx.collection.internal.redblackClasses in com.github.andrewoma.dexx.collection.internal.redblack that implement TreeModifier and TypeClassDescription(package private) classAbstractDefaultTree<K,V> classclassAbstractTree<K,V> (package private) final classDefaultBlackTree<K,V> (package private) final classDefaultRedTree<K,V> (package private) classDerivedKeyBlackTree<K,V> (package private) classDerivedKeyRedTree<K,V> Fields in com.github.andrewoma.dexx.collection.internal.redblack declared as TreeModifier and TypeFieldDescriptionAbstractTree.leftTreeIterator.nextTreeIterator.pathAbstractTree.rightFields in com.github.andrewoma.dexx.collection.internal.redblack with type parameters of type TreeMethods in com.github.andrewoma.dexx.collection.internal.redblack that return TreeModifier and TypeMethodDescriptionDefaultBlackTree.black()DefaultRedTree.black()<K,V> Tree <K, V> DerivedKeyBlackTree.black()<K,V> Tree <K, V> DerivedKeyRedTree.black()Tree.black()<K,V> Tree <K, V> RedBlackTree.doRange(Tree<K, V> tree, K from, boolean fromInclusive, K until, boolean untilInclusive) AbstractTree.getLeft()Tree.getLeft()AbstractTree.getRight()Tree.getRight()TreeIterator.popPath()DefaultBlackTree.red()DefaultRedTree.red()<K,V> Tree <K, V> DerivedKeyBlackTree.red()<K,V> Tree <K, V> DerivedKeyRedTree.red()Tree.red()<K,V> Tree <K, V> Methods in com.github.andrewoma.dexx.collection.internal.redblack that return types with arguments of type TreeModifier and TypeMethodDescriptionMethods in com.github.andrewoma.dexx.collection.internal.redblack with parameters of type TreeModifier and TypeMethodDescription<K,V> Tree <K, V> <K,V> Tree <K, V> <K,V> Tree <K, V> booleanstatic intRedBlackTree.doRange(Tree<K, V> tree, K from, boolean fromInclusive, K until, boolean untilInclusive) <U> voidprivate booleanRedBlackTree.isBlackTree(Tree<?, ?> tree) booleanprivate booleanRedBlackTree.keysIterator(Tree<K, V> tree) EntriesIterator.nextResult(Tree<K, V> tree) protected KKeysIterator.nextResult(Tree<K, V> tree) protected abstract RTreeIterator.nextResult(Tree<K, V> tree) protected VValuesIterator.nextResult(Tree<K, V> tree) private void<K,V> Tree <K, V> <K,V> Tree <K, V> <K,V> Tree <K, V> RedBlackTree.unzipBoth(Tree<K, V> left, Tree<K, V> right, List<Tree<K, V>> leftZipper, List<Tree<K, V>> rightZipper, int smallerDepth) RedBlackTree.valuesIterator(Tree<K, V> tree) Method parameters in com.github.andrewoma.dexx.collection.internal.redblack with type arguments of type TreeModifier and TypeMethodDescriptionRedBlackTree.unzipBoth(Tree<K, V> left, Tree<K, V> right, List<Tree<K, V>> leftZipper, List<Tree<K, V>> rightZipper, int smallerDepth) Constructors in com.github.andrewoma.dexx.collection.internal.redblack with parameters of type TreeModifierConstructorDescriptionprotectedprotectedprotected(package private)(package private)EntriesIterator(Tree<K, V> tree) (package private)KeysIterator(Tree<K, V> tree, KeyFunction<K, V> kf) protectedTreeIterator(Tree<K, V> tree) (package private)ValuesIterator(Tree<K, V> tree) Constructor parameters in com.github.andrewoma.dexx.collection.internal.redblack with type arguments of type Tree