AssetStoreIterator

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 Collection> values

hasNext

public boolean hasNext ()

Method hasNext.

size

public int size ()

Method size.

isWaitingForDependencies

public boolean isWaitingForDependencies (@Nonnull final AssetStore assetStore)

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

isBeingWaitedFor

public boolean isBeingWaitedFor (@Nonnull final AssetStore assetStore)

Method isBeingWaitedFor.

Parameters:
@Nonnull final AssetStore assetStore

close

public void close ()

Method close.