| Package | Description |
|---|---|
| org.sonar.java.collections |
https://en.wikipedia.org/wiki/Persistent_data_structure
|
| Modifier and Type | Method and Description |
|---|---|
AVLTree<K,V> |
AVLTree.add(K e) |
static <K,V> AVLTree<K,V> |
AVLTree.create() |
protected abstract AVLTree |
AVLTree.left() |
AVLTree<K,V> |
AVLTree.put(K key,
V value) |
AVLTree<K,V> |
AVLTree.remove(K key) |
protected abstract AVLTree |
AVLTree.right() |
Copyright © 2012–2016 SonarSource. All rights reserved.