public class AssetStoreIterator implements Iterator
Class AssetStoreIterator. Provides assetstoreiterator functionality for the Hytale server.
java.lang.Object > AssetStoreIterator
Field Summary
otherStore
final
AssetStore
otherStore
Field otherStore.
Method Detail
AssetStoreIterator
public
public
AssetStoreIterator
(@Nonnull final Collection> values)
Method AssetStoreIterator.
- Parameters:
@Nonnull final Collectionvalues>
hasNext
public
boolean
hasNext
()
Method hasNext.
next
public
?>
next
()
Method next.
size
public
int
size
()
Method size.
isWaitingForDependencies
Method isWaitingForDependencies.
- Parameters:
@Nonnull final AssetStore, ?, ?>assetStore
IllegalArgumentException
public
new
IllegalArgumentException
("Unable to find asset store: " + String.valueOf(aClass)
Method IllegalArgumentException.
- Parameters:
"Unable to find asset store: " +String.valueOf(aClass
close
public
void
close
()
Method close.