Added missing javadoc.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@1371952 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
320336eb78
commit
f7e1b02c9f
|
@ -42,9 +42,8 @@ import org.apache.commons.collections.collection.AbstractCollectionDecorator;
|
|||
// TODO support MultiMap/non-unique index behavior
|
||||
// TODO add support for remove and clear
|
||||
public class IndexedCollection<K, C> extends AbstractCollectionDecorator<C> {
|
||||
/**
|
||||
* .
|
||||
*/
|
||||
|
||||
/** Serialization version */
|
||||
private static final long serialVersionUID = -5512610452568370038L;
|
||||
|
||||
/**
|
||||
|
|
Loading…
Reference in New Issue