public abstract class MultiCondition<E extends JanusGraphElement> extends ArrayList<Condition<E>> implements Condition<E>
And,
Or,
Serialized FormCondition.TypemodCount| Modifier and Type | Method and Description |
|---|---|
boolean |
add(Condition<E> condition) |
boolean |
equals(Object other) |
Iterable<Condition<E>> |
getChildren() |
boolean |
hasChildren() |
int |
hashCode() |
int |
numChildren() |
String |
toString() |
String |
toString(String token) |
add, addAll, addAll, clear, clone, contains, ensureCapacity, forEach, get, indexOf, isEmpty, iterator, lastIndexOf, listIterator, listIterator, remove, remove, removeAll, removeIf, removeRange, replaceAll, retainAll, set, size, sort, spliterator, subList, toArray, toArray, trimToSizecontainsAllfinalize, getClass, notify, notifyAll, wait, wait, waitcontainsAllparallelStream, streampublic boolean add(Condition<E> condition)
add in interface Collection<Condition<E extends JanusGraphElement>>add in interface List<Condition<E extends JanusGraphElement>>add in class ArrayList<Condition<E extends JanusGraphElement>>public boolean hasChildren()
hasChildren in interface Condition<E extends JanusGraphElement>public int numChildren()
numChildren in interface Condition<E extends JanusGraphElement>public Iterable<Condition<E>> getChildren()
getChildren in interface Condition<E extends JanusGraphElement>public int hashCode()
hashCode in interface Collection<Condition<E extends JanusGraphElement>>hashCode in interface List<Condition<E extends JanusGraphElement>>hashCode in interface Condition<E extends JanusGraphElement>hashCode in class AbstractList<Condition<E extends JanusGraphElement>>public boolean equals(Object other)
equals in interface Collection<Condition<E extends JanusGraphElement>>equals in interface List<Condition<E extends JanusGraphElement>>equals in interface Condition<E extends JanusGraphElement>equals in class AbstractList<Condition<E extends JanusGraphElement>>public String toString()
toString in interface Condition<E extends JanusGraphElement>toString in class AbstractCollection<Condition<E extends JanusGraphElement>>Copyright © 2012–2024. All rights reserved.