public class IndexedElement<T> extends Object
IndexedElement(T element, int index, boolean pinned)
static <T> void
addInOrder(List<IndexedElement<T>> indexedElements, IndexedElement<T> element)
T
getElement()
int
getIndex()
boolean
isPinned()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public IndexedElement(T element, int index, boolean pinned)
public T getElement()
public int getIndex()
public boolean isPinned()
public static <T> void addInOrder(List<IndexedElement<T>> indexedElements, IndexedElement<T> element)
Copyright © 2001–2020 JBoss by Red Hat. All rights reserved.