Spring Data Neo4j

org.springframework.data.neo4j.fieldaccess
Class ManagedFieldAccessorSet<T>

java.lang.Object
  extended by java.util.AbstractCollection<E>
      extended by java.util.AbstractSet<T>
          extended by org.springframework.data.neo4j.fieldaccess.ManagedFieldAccessorSet<T>
Type Parameters:
T -
All Implemented Interfaces:
Iterable<T>, Collection<T>, Set<T>

public class ManagedFieldAccessorSet<T>
extends AbstractSet<T>


Constructor Summary
ManagedFieldAccessorSet(Object entity, Object newVal, Neo4jPersistentProperty property, Neo4jTemplate ctx, FieldAccessor fieldAccessor, MappingPolicy mappingPolicy)
           
 
Method Summary
 boolean add(T e)
           
 void clear()
           
 Iterator<T> iterator()
           
 boolean remove(Object o)
           
 boolean removeAll(Collection<?> c)
           
 boolean retainAll(Collection<?> c)
           
 int size()
           
 
Methods inherited from class java.util.AbstractSet
equals, hashCode
 
Methods inherited from class java.util.AbstractCollection
addAll, contains, containsAll, isEmpty, toArray, toArray, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface java.util.Set
addAll, contains, containsAll, isEmpty, toArray, toArray
 

Constructor Detail

ManagedFieldAccessorSet

public ManagedFieldAccessorSet(Object entity,
                               Object newVal,
                               Neo4jPersistentProperty property,
                               Neo4jTemplate ctx,
                               FieldAccessor fieldAccessor,
                               MappingPolicy mappingPolicy)
Method Detail

iterator

public Iterator<T> iterator()
Specified by:
iterator in interface Iterable<T>
Specified by:
iterator in interface Collection<T>
Specified by:
iterator in interface Set<T>
Specified by:
iterator in class AbstractCollection<T>

size

public int size()
Specified by:
size in interface Collection<T>
Specified by:
size in interface Set<T>
Specified by:
size in class AbstractCollection<T>

add

public boolean add(T e)
Specified by:
add in interface Collection<T>
Specified by:
add in interface Set<T>
Overrides:
add in class AbstractCollection<T>

removeAll

public boolean removeAll(Collection<?> c)
Specified by:
removeAll in interface Collection<T>
Specified by:
removeAll in interface Set<T>
Overrides:
removeAll in class AbstractSet<T>

remove

public boolean remove(Object o)
Specified by:
remove in interface Collection<T>
Specified by:
remove in interface Set<T>
Overrides:
remove in class AbstractCollection<T>

retainAll

public boolean retainAll(Collection<?> c)
Specified by:
retainAll in interface Collection<T>
Specified by:
retainAll in interface Set<T>
Overrides:
retainAll in class AbstractCollection<T>

clear

public void clear()
Specified by:
clear in interface Collection<T>
Specified by:
clear in interface Set<T>
Overrides:
clear in class AbstractCollection<T>

Spring Data Neo4j

Copyright © 2011 SpringSource. All Rights Reserved.