Package de.tudresden.sumo.objects
Class SumoLinkList
java.lang.Object
de.tudresden.sumo.objects.SumoLinkList
- All Implemented Interfaces:
- SumoObject,- Serializable,- Iterable<SumoLink>,- Collection<SumoLink>,- List<SumoLink>,- SequencedCollection<SumoLink>
- Author:
- Mario Krumnow
- See Also:
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionvoidbooleanbooleanaddAll(int index, Collection<? extends SumoLink> elements) booleanaddAll(Collection<? extends SumoLink> elements) voidclear()booleanbooleancontainsAll(Collection<?> elements) get(int index) intbooleanisEmpty()iterator()intlastIndexOf(Object element) listIterator(int index) remove(int index) booleanbooleanremoveAll(Collection<?> elements) booleanretainAll(Collection<?> elements) intsize()subList(int from, int to) Object[]toArray()<T> T[]toArray(T[] element) toString()Methods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface java.util.CollectionparallelStream, removeIf, stream, toArrayMethods inherited from interface java.util.ListaddFirst, addLast, equals, getFirst, getLast, hashCode, removeFirst, removeLast, replaceAll, reversed, sort, spliterator
- 
Constructor Details- 
SumoLinkListpublic SumoLinkList()
- 
SumoLinkList
 
- 
- 
Method Details- 
add
- 
addAll
- 
addAll
- 
clearpublic void clear()
- 
contains
- 
containsAll- Specified by:
- containsAllin interface- Collection<SumoLink>
- Specified by:
- containsAllin interface- List<SumoLink>
 
- 
get
- 
indexOf
- 
isEmptypublic boolean isEmpty()
- 
lastIndexOf- Specified by:
- lastIndexOfin interface- List<SumoLink>
 
- 
listIterator- Specified by:
- listIteratorin interface- List<SumoLink>
 
- 
listIterator- Specified by:
- listIteratorin interface- List<SumoLink>
 
- 
remove
- 
remove
- 
removeAll
- 
retainAll
- 
set
- 
sizepublic int size()
- 
subList
- 
toArray
- 
toArraypublic <T> T[] toArray(T[] element) 
- 
add
- 
iterator
- 
toString
 
-