Modifier and Type | Method and Description |
---|---|
public default boolean | |
public boolean | Returns: whether this is a filesystem-only resource collection.Indicate whether this ResourceCollection is composed entirely of Resources accessible via local filesystem conventions. |
public int | |
public default Stream |
isEmpty | back to summary |
---|---|
public default boolean isEmpty() Learn whether this
|
isFilesystemOnly | back to summary |
---|---|
public boolean isFilesystemOnly() Indicate whether this ResourceCollection is composed entirely of
Resources accessible via local filesystem conventions. If true, all
resources returned from this collection should respond with a
|
size | back to summary |
---|---|
public int size() Learn the number of contained Resources.
|
stream | back to summary |
---|---|
public default Stream Return a |