public class SubChain extends Object implements Serializable
SubChain(List<Object> entityList)
boolean
equals(Object o)
List<Object>
getEntityList()
Object
getFirstEntity()
getLastEntity()
int
getSize()
hashCode()
SubChain
reverse()
subChain(int fromIndex, int toIndex)
String
toString()
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
public SubChain(List<Object> entityList)
public List<Object> getEntityList()
public Object getFirstEntity()
public Object getLastEntity()
public int getSize()
public SubChain reverse()
public SubChain subChain(int fromIndex, int toIndex)
public boolean equals(Object o)
equals
public int hashCode()
hashCode
public String toString()
toString
Copyright © 2006-2015 JBoss by Red Hat. All Rights Reserved.