org.apache.webbeans.util
Class SortedListHelper<E>
java.lang.Object
org.apache.webbeans.util.SortedListHelper<E>
public class SortedListHelper<E>
- extends Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SortedListHelper
public SortedListHelper(List<E> list,
Comparator<E> comparator)
getList
public List<E> getList()
add
public boolean add(E object)
clear
public void clear()
get
public E get(int location)
Copyright © 2008-2011 The Apache Software Foundation. All Rights Reserved.