T
- klasa encji.public class EntityScroll<T> extends Object implements AutoCloseable, Closeable, Iterable<T>
try ( EntityScroll<Foo> scroll = ... )
{
for ( Foo entity : scroll )
{
...
}
}
Otwarty EntityScroll
należy zamykać po skończeniu iteracji.Constructor and Description |
---|
EntityScroll() |
Modifier and Type | Method and Description |
---|---|
void |
close() |
Iterator<T> |
iterator() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
forEach, spliterator
Copyright © 2025 Suncode. All rights reserved.