org.eclipse.emf.ecore.sdo.util
Class SDOUtil.Accessor.TokenList

java.lang.Object
  extended byjava.util.AbstractCollection
      extended byjava.util.AbstractList
          extended byorg.eclipse.emf.common.util.BasicEList
              extended byorg.eclipse.emf.ecore.sdo.util.SDOUtil.Accessor.TokenList
All Implemented Interfaces:
Cloneable, Collection, EList, List, RandomAccess, Serializable
Enclosing class:
SDOUtil.Accessor

protected static class SDOUtil.Accessor.TokenList
extends BasicEList

See Also:
Serialized Form

Nested Class Summary
 
Nested classes inherited from class org.eclipse.emf.common.util.BasicEList
BasicEList.BasicIndexOutOfBoundsException, BasicEList.EIterator, BasicEList.EListIterator, BasicEList.FastCompare, BasicEList.NonResolvingEIterator, BasicEList.NonResolvingEListIterator, BasicEList.UnmodifiableEList
 
Field Summary
 
Fields inherited from class org.eclipse.emf.common.util.BasicEList
data, size
 
Fields inherited from class java.util.AbstractList
modCount
 
Constructor Summary
SDOUtil.Accessor.TokenList(char[] path)
           
 
Method Summary
protected  boolean canContainNull()
           
protected  void endToken(StringBuffer token, boolean includeEmpty)
           
protected  Object[] newData(int capacity)
           
 String peek()
           
 String peek(int index)
           
 SDOUtil.Accessor.TokenList pop()
           
 SDOUtil.Accessor.TokenList pop(int count)
           
 
Methods inherited from class org.eclipse.emf.common.util.BasicEList
add, add, addAll, addAll, addAllUnique, addAllUnique, addAllUnique, addAllUnique, addUnique, addUnique, assign, basicGet, basicIterator, basicList, basicListIterator, basicListIterator, clear, clone, contains, containsAll, data, didAdd, didChange, didClear, didMove, didRemove, didSet, equalObjects, equals, get, getDuplicates, getNonDuplicates, grow, hashCode, indexOf, isEmpty, isUnique, iterator, lastIndexOf, listIterator, listIterator, move, move, remove, remove, removeAll, resolve, retainAll, set, setData, setUnique, shrink, size, toArray, toArray, toString, useEquals, validate
 
Methods inherited from class java.util.AbstractList
removeRange, subList
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface java.util.List
subList
 

Constructor Detail

SDOUtil.Accessor.TokenList

public SDOUtil.Accessor.TokenList(char[] path)
Method Detail

peek

public String peek()

peek

public String peek(int index)

pop

public SDOUtil.Accessor.TokenList pop()

pop

public SDOUtil.Accessor.TokenList pop(int count)

endToken

protected void endToken(StringBuffer token,
                        boolean includeEmpty)

canContainNull

protected boolean canContainNull()

newData

protected Object[] newData(int capacity)

Copyright 2001-2006 IBM Corporation and others.
All Rights Reserved.