org.chromattic.core.mapper.onetomany.reference
Class ReferentCollection

java.lang.Object
  extended by java.util.AbstractCollection<java.lang.Object>
      extended by org.chromattic.core.mapper.onetomany.reference.ReferentCollection
All Implemented Interfaces:
java.lang.Iterable<java.lang.Object>, java.util.Collection<java.lang.Object>

public class ReferentCollection
extends java.util.AbstractCollection<java.lang.Object>

Version:
$Revision$
Author:
Julien Viet

Constructor Summary
ReferentCollection(EntityContext context, JCRReferentCollectionPropertyMapper mapper)
           
 
Method Summary
 boolean add(java.lang.Object o)
           
 java.util.Iterator<java.lang.Object> iterator()
           
 int size()
           
 
Methods inherited from class java.util.AbstractCollection
addAll, clear, contains, containsAll, isEmpty, remove, removeAll, retainAll, toArray, toArray, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface java.util.Collection
equals, hashCode
 

Constructor Detail

ReferentCollection

public ReferentCollection(EntityContext context,
                          JCRReferentCollectionPropertyMapper mapper)
Method Detail

add

public boolean add(java.lang.Object o)
Specified by:
add in interface java.util.Collection<java.lang.Object>
Overrides:
add in class java.util.AbstractCollection<java.lang.Object>

iterator

public java.util.Iterator<java.lang.Object> iterator()
Specified by:
iterator in interface java.lang.Iterable<java.lang.Object>
Specified by:
iterator in interface java.util.Collection<java.lang.Object>
Specified by:
iterator in class java.util.AbstractCollection<java.lang.Object>

size

public int size()
Specified by:
size in interface java.util.Collection<java.lang.Object>
Specified by:
size in class java.util.AbstractCollection<java.lang.Object>


Copyright © 2013 eXo Platform SAS. All Rights Reserved.