Modifications made to this decorator modify the index as well as the decorated {@link Collection}. However, modifications to the underlying {@link Collection} will not updated the index and it will get out of sync.
If modification to the decorated {@link Collection} is unavoidable, then acall to {@link #reindex()} will update the index to the current contents ofthe {@link Collection}. @param < K> the type of object in the index. @param < C> the type of object in the collection. @since 4.0 @version $Id: IndexedCollection.java 1477746 2013-04-30 18:11:20Z tn $
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|