public final class PermalinkList extends ArrayList<PermalinkProjectAction.Permalink>
List of PermalinkProjectAction.Permalinks with some convenience methods.modCount| Constructor and Description |
|---|
PermalinkList() |
PermalinkList(Collection<? extends PermalinkProjectAction.Permalink> c) |
| Modifier and Type | Method and Description |
|---|---|
PermalinkProjectAction.Permalink |
findNearest(String id)
Finds the closest name match by its ID.
|
PermalinkProjectAction.Permalink |
get(String id)
Gets the
PermalinkProjectAction.Permalink by its id. |
add, 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, trimToSizeequals, hashCodecontainsAll, toStringfinalize, getClass, notify, notifyAll, wait, wait, waitcontainsAll, equals, hashCodeparallelStream, streampublic PermalinkList(Collection<? extends PermalinkProjectAction.Permalink> c)
public PermalinkList()
public PermalinkProjectAction.Permalink get(String id)
PermalinkProjectAction.Permalink by its id.public PermalinkProjectAction.Permalink findNearest(String id)
Copyright © 2019. All rights reserved.