public interface ModifiableRealmIdentityIterator extends Iterator<ModifiableRealmIdentity>, AutoCloseable
Modifier and Type | Method and Description |
---|---|
default void |
close()
Close any underlying resources.
|
static ModifiableRealmIdentityIterator |
emptyIterator()
Returns an iterator that has no elements and is closeable.
|
forEachRemaining, hasNext, next, remove
default void close() throws RealmUnavailableException
close
in interface AutoCloseable
RealmUnavailableException
static ModifiableRealmIdentityIterator emptyIterator()
Copyright © 2020 JBoss by Red Hat. All rights reserved.