jaxx.runtime.validator.field
Class CollectionFieldExpressionValidator.WalkerContext
java.lang.Object
jaxx.runtime.validator.field.CollectionFieldExpressionValidator.WalkerContext
- Enclosing class:
- CollectionFieldExpressionValidator
public class CollectionFieldExpressionValidator.WalkerContext
- extends java.lang.Object
|
Field Summary |
protected java.lang.Object |
current
|
protected int |
index
|
protected java.lang.Object |
previous
|
protected int |
size
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
size
protected final int size
index
protected int index
current
protected java.lang.Object current
previous
protected java.lang.Object previous
CollectionFieldExpressionValidator.WalkerContext
public CollectionFieldExpressionValidator.WalkerContext(int size)
addCurrent
public void addCurrent(java.lang.Object current)
getCurrent
public java.lang.Object getCurrent()
getIndex
public int getIndex()
getPrevious
public java.lang.Object getPrevious()
getSize
public int getSize()
isEmpty
public boolean isEmpty()
isFirst
public boolean isFirst()
isLast
public boolean isLast()
Copyright © 2008-2010 CodeLutin. All Rights Reserved.