org.chromattic.core.mapper.onetomany.reference
Class ReferentCollection
java.lang.Object
java.util.AbstractCollection<Object>
org.chromattic.core.mapper.onetomany.reference.ReferentCollection
- All Implemented Interfaces:
- Iterable<Object>, Collection<Object>
public class ReferentCollection
- extends AbstractCollection<Object>
- Version:
- $Revision$
- Author:
- Julien Viet
| Methods inherited from class java.util.AbstractCollection |
addAll, clear, contains, containsAll, isEmpty, remove, removeAll, retainAll, toArray, toArray, toString |
ReferentCollection
public ReferentCollection(ObjectContext context,
JCRReferentCollectionPropertyMapper mapper)
add
public boolean add(Object o)
- Specified by:
add in interface Collection<Object>- Overrides:
add in class AbstractCollection<Object>
iterator
public Iterator<Object> iterator()
- Specified by:
iterator in interface Iterable<Object>- Specified by:
iterator in interface Collection<Object>- Specified by:
iterator in class AbstractCollection<Object>
size
public int size()
- Specified by:
size in interface Collection<Object>- Specified by:
size in class AbstractCollection<Object>
Copyright © 2009 eXo Platform SAS. All Rights Reserved.