public final class PermalinkList extends ArrayList<PermalinkProjectAction.Permalink>
List
of PermalinkProjectAction.Permalink
s 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, trimToSize
equals, hashCode
containsAll, toString
finalize, getClass, notify, notifyAll, wait, wait, wait
containsAll, equals, hashCode
parallelStream, stream
public 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 © 2004–2022. All rights reserved.