Sydney

Class CompositeList

Object
   |
   +--AbstractList
         |
         +--LinkedList
               |
               +--HashList
                     |
                     +--CompositeList

class CompositeList
extends HashList

Defined in composite.js


 
Fields inherited from class HashList
   
Fields inherited from class LinkedList
   
Fields inherited from class AbstractList
 
Constructor Summary
CompositeList ()
           
 
Method Summary
<static> string hashFunction(comp)
          
 
Methods inherited from class HashList
contains, containsKey, getIntersectionWith, getItemByKey
   
Methods inherited from class LinkedList
clear
   
Methods inherited from class AbstractList
append, copy, getHead, getIndexOf, getItemAfter, getItemAt, getItemBefore, getLength, getTail, insertAfter, insertBefore, insertItemAt, isEmpty, iterator, join, prepend, remove, removeAll, removeHead, removeTail, removeItemAt, replace, reverseIterator, selectRangeInto, sort, toArray, toString
 

Constructor Detail

CompositeList

function CompositeList()
Method Detail

hashFunction

<static> string hashFunction(comp)

Sydney

SourceForge.net Logo