Class AssetStoreIterator
java.lang.Object
com.hypixel.hytale.assetstore.iterator.AssetStoreIterator
- All Implemented Interfaces:
Closeable,AutoCloseable,Iterator<AssetStore<?,?, ?>>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidclose()booleanhasNext()booleanisBeingWaitedFor(AssetStore<?, ?, ?> assetStore) booleanisWaitingForDependencies(AssetStore<?, ?, ?> assetStore) AssetStore<?, ?, ?> next()intsize()Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface java.util.Iterator
forEachRemaining, remove
-
Field Details
-
list
-
-
Constructor Details
-
AssetStoreIterator
-
-
Method Details
-
hasNext
public boolean hasNext()- Specified by:
hasNextin interfaceIterator<AssetStore<?,?, ?>>
-
next
- Specified by:
nextin interfaceIterator<AssetStore<?,?, ?>>
-
size
public int size() -
isWaitingForDependencies
-
isBeingWaitedFor
-
close
public void close()- Specified by:
closein interfaceAutoCloseable- Specified by:
closein interfaceCloseable
-