public class SortedListHelper<E> extends Object
SortedListHelper(List<E> list, Comparator<E> comparator)
boolean
add(E object)
void
clear()
List<E>
getList()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public SortedListHelper(List<E> list, Comparator<E> comparator)
public List<E> getList()
public boolean add(E object)
public void clear()
Copyright © 2008–2016 The Apache Software Foundation. All rights reserved.