java.lang.Object
java.util.AbstractCollection<E>
java.util.AbstractList<E>
de.grogra.xl.util.ObjectList
de.grogra.graph.EventSupport.Queue
- All Implemented Interfaces:
ObjectConsumer
,VoidToObjectGenerator
,Serializable
,Cloneable
,Iterable
,Collection
,List
,RandomAccess
- Enclosing class:
- EventSupport
- See Also:
-
Field Summary
Fields inherited from class de.grogra.xl.util.ObjectList
elements, size, useEquals
Fields inherited from class java.util.AbstractList
modCount
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
fire
(GraphState gs, boolean fireBeginEnd) void
postAttributeChanged
(Object object, boolean asNode, Attribute a, FieldChain field, int[] indices) void
postEdgeChanged
(Object source, Object target, Object edgeSet) Methods inherited from class de.grogra.xl.util.ObjectList
add, add, addAll, addAll, addAll, addIfNotContained, addInOrder, addInOrder, arraycopy, clear, clear, clone, consume, contains, ensureCapacity, equals, evaluateObject, get, hashCode, indexOf, isEmpty, lastIndexOf, peek, pop, push, push, push, remove, remove, removeAt, set, setSize, size, toArray, toArray, trimToSize, values
Methods inherited from class java.util.AbstractList
addAll, iterator, listIterator, listIterator, removeRange, subList
Methods inherited from class java.util.AbstractCollection
containsAll, removeAll, retainAll, toString
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
Methods inherited from interface java.util.Collection
parallelStream, removeIf, stream, toArray
Methods inherited from interface java.util.List
containsAll, removeAll, replaceAll, retainAll, sort, spliterator
-
Constructor Details
-
Queue
public Queue()
-
-
Method Details
-
postAttributeChanged
public void postAttributeChanged(Object object, boolean asNode, Attribute a, FieldChain field, int[] indices) -
postEdgeChanged
-
fire
-