Uses of Class
org.aris.maps.lists.LinkedListExEntry

Packages that use LinkedListExEntry
org.aris.maps.lists   
 

Uses of LinkedListExEntry in org.aris.maps.lists
 

Methods in org.aris.maps.lists that return LinkedListExEntry
 LinkedListExEntry LinkedListEx.addBefore(java.lang.Object o, LinkedListExEntry e)
           
 LinkedListExEntry LinkedListEx.addFirst(java.lang.Object o)
          Inserts the given element at the beginning of this list.
 LinkedListExEntry LinkedListEx.addLast(java.lang.Object o)
          Appends the given element to the end of this list.
 

Methods in org.aris.maps.lists with parameters of type LinkedListExEntry
 LinkedListExEntry LinkedListEx.addBefore(java.lang.Object o, LinkedListExEntry e)
           
 void LinkedListEx.remove(LinkedListExEntry e)