public class IListIterable extends Object implements Iterable<Row>
Sample usage:
SortedSet<VirtualWebroot> result = new TreeSet<VirtualWebroot>(new UrlInfoComparator()); for (Row listRow : new IListIterable(ics.GetList("pr-out"))) { result.add(getVirtualWebroot(listRow.getLong("id"))); }
Constructor and Description |
---|
IListIterable(COM.FutureTense.Interfaces.IList list)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
void |
flush()
Deprecated.
|
String |
getColumnName(int i)
Deprecated.
|
String |
getIndirectColumnName(int index)
Deprecated.
|
Iterator<Row> |
iterator()
Deprecated.
|
int |
numColumns()
Deprecated.
|
int |
numIndirectColumns()
Deprecated.
|
int |
size()
Deprecated.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
forEach, spliterator
public IListIterable(COM.FutureTense.Interfaces.IList list)
public int size()
public void flush()
public String getColumnName(int i)
public String getIndirectColumnName(int index)
public int numColumns()
public int numIndirectColumns()
Copyright © 2010–2017. All rights reserved.