org.apache.webbeans.util
Class SortedListHelper<E>

java.lang.Object
  extended by org.apache.webbeans.util.SortedListHelper<E>

public class SortedListHelper<E>
extends Object


Constructor Summary
SortedListHelper(List<E> list, Comparator<E> comparator)
           
 
Method Summary
 boolean add(E object)
           
 void clear()
           
 E get(int location)
           
 List<E> getList()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SortedListHelper

public SortedListHelper(List<E> list,
                        Comparator<E> comparator)
Method Detail

getList

public List<E> getList()

add

public boolean add(E object)

clear

public void clear()

get

public E get(int location)


Copyright © 2008-2012 The Apache Software Foundation. All Rights Reserved.