org.springframework.data.graph.neo4j.fieldaccess
Class ManagedFieldAccessorSet<ENTITY,T>
java.lang.Object
java.util.AbstractCollection<E>
java.util.AbstractSet<T>
org.springframework.data.graph.neo4j.fieldaccess.ManagedFieldAccessorSet<ENTITY,T>
- Type Parameters:
T
-
- All Implemented Interfaces:
- Iterable<T>, Collection<T>, Set<T>
public class ManagedFieldAccessorSet<ENTITY,T>
- extends AbstractSet<T>
TODO handle all mutating methods
ManagedFieldAccessorSet
public ManagedFieldAccessorSet(ENTITY entity,
Object newVal,
Field field)
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>
Copyright © 2011. All Rights Reserved.