| Interface | Description |
|---|---|
| CollectionFilter<A> |
Created by vpc on 8/15/14.
|
| Class | Description |
|---|---|
| BTreeMap<K extends Comparable<K>,V> | |
| BTreeSet<T extends Comparable<T>> |
This is based on the excellent work at:
https://github.com/phishman3579/java-algorithms-implementation/blob/master/src/com/jwetherell/algorithms/data_structures/BTree.java
|
| BTreeSet.JavaCompatibleBTree<T extends Comparable<T>> | |
| ClassClassMap | |
| ClassMap<V> |
register parent class/interface and get value for all sub classes
|
| EvictingCharQueue | |
| EvictingQueue<T> | |
| ImmutableConvertedList<A,B> |
Created by vpc on 8/15/14.
|
| ListMap<K,V> | |
| LRUMap<A,B> |
Created by vpc on 6/1/14.
|
| MultiKeyMap<K,V> | |
| StringKeyValue | |
| StringKeyValueList |
Copyright © 2021 vpc open source initiative. All rights reserved.