| Interface | Description |
|---|---|
| MultiMap<K,V> |
Created by Richard on 9/26/14.
|
| Class | Description |
|---|---|
| CollectionConstants |
Created by Richard on 9/26/14.
|
| ConcurrentHashSet<T> |
Concurrent HashSet.
|
| ConcurrentLinkedHashSet<T> | |
| ConcurrentWeakHashMap<K,V> |
I got a lot of ideas from concurrent java books. and looking at open source implementations of this
This is written from scratch.
|
| DoubleList |
Holds primitive values in a list like object for ints.
|
| FakeMapEntrySet |
Created by Richard on 9/1/14.
|
| FloatList |
Holds primitive values in a list like object for ints.
|
| IntList |
Holds primitive values in a list like object for ints.
|
| LazyMap |
This maps only builds once you ask for a key for the first time.
|
| LongList |
Holds primitive values in a list like object for long.
|
| MultiMapImpl<K,V> | |
| MultiMaps |
Created by Richard on 9/28/14.
|
| SortableConcurrentList<T extends Comparable> |
Just a concurrent list.
|
Copyright © 2016. All Rights Reserved.