public class MemoryMapConfigMemory extends LinkedList<MemoryMapConfigMemoryItem> implements Serializable
modCount
Constructor and Description |
---|
MemoryMapConfigMemory() |
Modifier and Type | Method and Description |
---|---|
boolean |
add(MemoryMapConfigMemoryItem e) |
boolean |
containsSectionWithName(String name) |
List<MemoryMapConfigMemoryItem> |
getItemByNames(String... name) |
List<String> |
getItemNames() |
String |
toString() |
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, spliterator, toArray, toArray
iterator
equals, hashCode, listIterator, removeRange, subList
containsAll, isEmpty, removeAll, retainAll
finalize, getClass, notify, notifyAll, wait, wait, wait
containsAll, equals, hashCode, isEmpty, iterator, listIterator, removeAll, replaceAll, retainAll, sort, subList
parallelStream, removeIf, stream
public String toString()
toString
in class AbstractCollection<MemoryMapConfigMemoryItem>
public boolean containsSectionWithName(String name)
public List<MemoryMapConfigMemoryItem> getItemByNames(String... name)
public boolean add(MemoryMapConfigMemoryItem e)
add
in interface Collection<MemoryMapConfigMemoryItem>
add
in interface Deque<MemoryMapConfigMemoryItem>
add
in interface List<MemoryMapConfigMemoryItem>
add
in interface Queue<MemoryMapConfigMemoryItem>
add
in class LinkedList<MemoryMapConfigMemoryItem>
Copyright © 2016–2018. All rights reserved.