|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object | +--y.util.Cursors
This class contains only static methods, that can be used
in conjunction with YCursors and Iterators
| Method Summary | |
static YCursor |
createCursor(Collection c)
Creates a YCursor view of a collection |
static Iterator |
createIterator(YCursor cursor)
Creates an Iterator view of a given YCursor |
static Object[] |
toArray(YCursor cursor,
Object[] dest)
Creates or fills an array with the values provided by the cursor |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
public static Object[] toArray(YCursor cursor,
Object[] dest)
cursor - the cursordest - the array to fill with the values or null if the
method should create the array itself
public static YCursor createCursor(Collection c)
c - the collection
public static Iterator createIterator(YCursor cursor)
cursor - the cursor
|
© Copyright 2000-2003, yWorks GmbH. All rights reserved. 2003 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||