com.github.andrewoma.dexx.collection.internal.base
Class AbstractLinkedList<E>

java.lang.Object
  extended by com.github.andrewoma.dexx.collection.internal.base.AbstractTraversable<E>
      extended by com.github.andrewoma.dexx.collection.internal.base.AbstractIterable<E>
          extended by com.github.andrewoma.dexx.collection.internal.base.AbstractList<E>
              extended by com.github.andrewoma.dexx.collection.internal.base.AbstractLinkedList<E>
All Implemented Interfaces:
LinkedList<E>, List<E>, Traversable<E>, Iterable<E>
Direct Known Subclasses:
ConsList

public abstract class AbstractLinkedList<E>
extends AbstractList<E>
implements LinkedList<E>


Constructor Summary
AbstractLinkedList()
           
 
Method Summary
 
Methods inherited from class com.github.andrewoma.dexx.collection.internal.base.AbstractList
asList, equals, hashCode, indexOf, lastIndexOf
 
Methods inherited from class com.github.andrewoma.dexx.collection.internal.base.AbstractIterable
forEach
 
Methods inherited from class com.github.andrewoma.dexx.collection.internal.base.AbstractTraversable
isEmpty, makeString, makeString, size, to, toArray, toArray, toIndexedList, toSet, toSortedSet, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface com.github.andrewoma.dexx.collection.LinkedList
append, drop, prepend, range, set, tail, take
 
Methods inherited from interface com.github.andrewoma.dexx.collection.List
asList, first, get, indexOf, last, lastIndexOf
 
Methods inherited from interface com.github.andrewoma.dexx.collection.Iterable
iterator
 
Methods inherited from interface com.github.andrewoma.dexx.collection.Traversable
forEach, isEmpty, makeString, makeString, size, to, toArray, toArray, toIndexedList, toSet, toSortedSet
 

Constructor Detail

AbstractLinkedList

public AbstractLinkedList()


Copyright © 2014. All Rights Reserved.