T
- public class ManagedFieldAccessorSet<T> extends AbstractSet<T>
Constructor and Description |
---|
ManagedFieldAccessorSet(Object entity,
Object newVal,
Neo4jPersistentProperty property,
Neo4jTemplate ctx,
FieldAccessor fieldAccessor,
MappingPolicy mappingPolicy) |
Modifier and Type | Method and Description |
---|---|
boolean |
add(T e) |
void |
clear() |
static <T> ManagedFieldAccessorSet<T> |
create(Object entity,
Set<T> result,
MappingPolicy mappingPolicy,
Neo4jPersistentProperty property,
Neo4jTemplate template,
FieldAccessor fieldAccessor) |
Iterator<T> |
iterator() |
boolean |
remove(Object o) |
boolean |
removeAll(Collection<?> c) |
boolean |
retainAll(Collection<?> c) |
int |
size() |
equals, hashCode
addAll, contains, containsAll, isEmpty, toArray, toArray, toString
public ManagedFieldAccessorSet(Object entity, Object newVal, Neo4jPersistentProperty property, Neo4jTemplate ctx, FieldAccessor fieldAccessor, MappingPolicy mappingPolicy)
public static <T> ManagedFieldAccessorSet<T> create(Object entity, Set<T> result, MappingPolicy mappingPolicy, Neo4jPersistentProperty property, Neo4jTemplate template, FieldAccessor fieldAccessor)
public int size()
size
in interface Collection<T>
size
in interface Set<T>
size
in class AbstractCollection<T>
public boolean add(T e)
add
in interface Collection<T>
add
in interface Set<T>
add
in class AbstractCollection<T>
public boolean removeAll(Collection<?> c)
removeAll
in interface Collection<T>
removeAll
in interface Set<T>
removeAll
in class AbstractSet<T>
public boolean remove(Object o)
remove
in interface Collection<T>
remove
in interface Set<T>
remove
in class AbstractCollection<T>
public boolean retainAll(Collection<?> c)
retainAll
in interface Collection<T>
retainAll
in interface Set<T>
retainAll
in class AbstractCollection<T>
public void clear()
clear
in interface Collection<T>
clear
in interface Set<T>
clear
in class AbstractCollection<T>
Copyright © 2012 SpringSource. All Rights Reserved.