public class DependencyStack extends LinkedList<Dependency>
modCount| Constructor and Description |
|---|
DependencyStack(ComponentTask<?> task) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
add(Dependency dep) |
add, addAll, addAll, addFirst, addLast, clear, clone, contains, descendingIterator, element, get, getFirst, getLast, indexOf, lastIndexOf, listIterator, offer, offerFirst, offerLast, peek, peekFirst, peekLast, poll, pollFirst, pollLast, pop, push, remove, remove, remove, removeFirst, removeFirstOccurrence, removeLast, removeLastOccurrence, set, size, toArray, toArrayiteratorequals, hashCode, listIterator, removeRange, subListcontainsAll, isEmpty, removeAll, retainAll, toStringfinalize, getClass, notify, notifyAll, wait, wait, waitcontainsAll, equals, hashCode, isEmpty, iterator, listIterator, removeAll, retainAll, subListpublic DependencyStack(ComponentTask<?> task)
public boolean add(Dependency dep)
add in interface Collection<Dependency>add in interface Deque<Dependency>add in interface List<Dependency>add in interface Queue<Dependency>add in class LinkedList<Dependency>Copyright © 2015 eXo Platform SAS. All Rights Reserved.