Users may provide a read-only view of any {@link FastCollection} instance using the {@link #unmodifiable()} method (the view is thread-safe if the collection is {@link #shared shared}). [code] class Foo { private static final FastTable
Finally, {@link FastCollection} may use custom {@link #getValueComparator comparators} for element equality or ordering if the collection is ordered (e.g. FastTree
).
@author Jean-Marie Dautelle
@version 5.4.5, March 23, 2010
|
|