|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.modeshape.graph.connector.base.MapTransaction.Children
protected class MapTransaction.Children
Constructor Summary | |
---|---|
protected |
MapTransaction.Children(List<UUID> uuids,
WorkspaceType workspace)
|
Method Summary | ||
---|---|---|
void |
add(int index,
NodeType element)
|
|
boolean |
add(NodeType e)
|
|
boolean |
addAll(Collection<? extends NodeType> c)
|
|
boolean |
addAll(int index,
Collection<? extends NodeType> c)
|
|
void |
clear()
|
|
boolean |
contains(Object o)
|
|
boolean |
containsAll(Collection<?> c)
|
|
NodeType |
get(int index)
|
|
int |
indexOf(Object o)
|
|
boolean |
isEmpty()
|
|
Iterator<NodeType> |
iterator()
|
|
int |
lastIndexOf(Object o)
|
|
ListIterator<NodeType> |
listIterator()
|
|
ListIterator<NodeType> |
listIterator(int index)
|
|
NodeType |
remove(int index)
|
|
boolean |
remove(Object o)
|
|
boolean |
removeAll(Collection<?> c)
|
|
boolean |
retainAll(Collection<?> c)
|
|
NodeType |
set(int index,
NodeType element)
|
|
int |
size()
|
|
List<NodeType> |
subList(int fromIndex,
int toIndex)
|
|
Object[] |
toArray()
|
|
|
toArray(T[] a)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface java.util.List |
---|
equals, hashCode |
Constructor Detail |
---|
protected MapTransaction.Children(List<UUID> uuids, WorkspaceType workspace)
Method Detail |
---|
public int size()
size
in interface Collection<NodeType extends MapNode>
size
in interface List<NodeType extends MapNode>
List.size()
public boolean contains(Object o)
contains
in interface Collection<NodeType extends MapNode>
contains
in interface List<NodeType extends MapNode>
List.contains(java.lang.Object)
public boolean containsAll(Collection<?> c)
containsAll
in interface Collection<NodeType extends MapNode>
containsAll
in interface List<NodeType extends MapNode>
List.containsAll(java.util.Collection)
public NodeType get(int index)
get
in interface List<NodeType extends MapNode>
List.get(int)
public int indexOf(Object o)
indexOf
in interface List<NodeType extends MapNode>
List.indexOf(java.lang.Object)
public int lastIndexOf(Object o)
lastIndexOf
in interface List<NodeType extends MapNode>
List.lastIndexOf(java.lang.Object)
public boolean isEmpty()
isEmpty
in interface Collection<NodeType extends MapNode>
isEmpty
in interface List<NodeType extends MapNode>
List.isEmpty()
public Iterator<NodeType> iterator()
iterator
in interface Iterable<NodeType extends MapNode>
iterator
in interface Collection<NodeType extends MapNode>
iterator
in interface List<NodeType extends MapNode>
List.iterator()
public ListIterator<NodeType> listIterator()
listIterator
in interface List<NodeType extends MapNode>
List.listIterator()
public ListIterator<NodeType> listIterator(int index)
listIterator
in interface List<NodeType extends MapNode>
List.listIterator(int)
public List<NodeType> subList(int fromIndex, int toIndex)
subList
in interface List<NodeType extends MapNode>
List.subList(int, int)
public Object[] toArray()
toArray
in interface Collection<NodeType extends MapNode>
toArray
in interface List<NodeType extends MapNode>
List.toArray()
public <T> T[] toArray(T[] a)
toArray
in interface Collection<NodeType extends MapNode>
toArray
in interface List<NodeType extends MapNode>
java.util.List#toArray(T[])
public boolean add(NodeType e)
add
in interface Collection<NodeType extends MapNode>
add
in interface List<NodeType extends MapNode>
List.add(java.lang.Object)
public void add(int index, NodeType element)
add
in interface List<NodeType extends MapNode>
List.add(int, java.lang.Object)
public boolean addAll(Collection<? extends NodeType> c)
addAll
in interface Collection<NodeType extends MapNode>
addAll
in interface List<NodeType extends MapNode>
List.addAll(java.util.Collection)
public boolean addAll(int index, Collection<? extends NodeType> c)
addAll
in interface List<NodeType extends MapNode>
List.addAll(int, java.util.Collection)
public void clear()
clear
in interface Collection<NodeType extends MapNode>
clear
in interface List<NodeType extends MapNode>
List.clear()
public boolean remove(Object o)
remove
in interface Collection<NodeType extends MapNode>
remove
in interface List<NodeType extends MapNode>
List.remove(java.lang.Object)
public NodeType remove(int index)
remove
in interface List<NodeType extends MapNode>
List.remove(int)
public boolean removeAll(Collection<?> c)
removeAll
in interface Collection<NodeType extends MapNode>
removeAll
in interface List<NodeType extends MapNode>
List.removeAll(java.util.Collection)
public boolean retainAll(Collection<?> c)
retainAll
in interface Collection<NodeType extends MapNode>
retainAll
in interface List<NodeType extends MapNode>
List.retainAll(java.util.Collection)
public NodeType set(int index, NodeType element)
set
in interface List<NodeType extends MapNode>
List.set(int, java.lang.Object)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |