org.sourceforge.jemm.collections.internal.list
Class ListIndexOfResponse
java.lang.Object
org.sourceforge.jemm.lifecycle.TypeResponse<ListIndexOfResponse>
org.sourceforge.jemm.collections.internal.list.ListIndexOfResponse
- All Implemented Interfaces:
- java.io.Serializable, Encodable<ListIndexOfResponse>, Visitable
public class ListIndexOfResponse
- extends TypeResponse<ListIndexOfResponse>
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ListIndexOfResponse
public ListIndexOfResponse(int index)
ListIndexOfResponse
public ListIndexOfResponse(int[] possibleIndexes,
java.lang.Object[] possibleMatches)
encode
public ListIndexOfResponse encode(ValueEncoder encoder)
getIndex
public int getIndex()
getPossibleIndexes
public int[] getPossibleIndexes()
getPossibleMatches
public java.lang.Object[] getPossibleMatches()
hasPossibles
public boolean hasPossibles()
visit
public void visit(ValueVisitor visitor)
Copyright © 2009. All Rights Reserved.