org.chromattic.common.collection.delta
Class InPlaceSegment<E>
java.lang.Object
org.chromattic.common.collection.delta.Segment<E>
org.chromattic.common.collection.delta.InPlaceSegment<E>
public class InPlaceSegment<E>
- extends Segment<E>
- Version:
- $Revision$
- Author:
- Julien Viet
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
InPlaceSegment
public InPlaceSegment(DeltaList<E> owner)
localGet
protected E localGet(int index)
- Specified by:
localGet in class Segment<E>
localSize
protected int localSize()
- Specified by:
localSize in class Segment<E>
localCanAdd
protected boolean localCanAdd(int index)
- Specified by:
localCanAdd in class Segment<E>
localAdd
protected void localAdd(int index,
E element)
- Specified by:
localAdd in class Segment<E>
localRemove
protected E localRemove(int index)
- Specified by:
localRemove in class Segment<E>
localIterator
public Iterator<E> localIterator()
- Specified by:
localIterator in class Segment<E>
format
protected void format(StringBuilder builder)
- Specified by:
format in class Segment<E>
Copyright © 2009 eXo Platform SAS. All Rights Reserved.