public class MultiTypeArgs extends Object implements Iterable<Object>
MultiTypeArgs(List<Object> args)
<T> T
first()
get(int index)
List<Object>
getArgs()
boolean
isEmpty()
Iterator<Object>
iterator()
second()
int
size()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public MultiTypeArgs(List<Object> args)
public boolean isEmpty()
public int size()
public List<Object> getArgs()
public <T> T first()
public <T> T second()
public <T> T get(int index)
index
public Iterator<Object> iterator()
iterator
Iterable<Object>
Copyright © 2012–2016. All rights reserved.