danger.content
Class FileSet
java.lang.Object
java.util.AbstractCollection<E>
java.util.AbstractSet
danger.content.FileSet
- All Implemented Interfaces:
- Iterable, Collection, Set
public class FileSet
- extends AbstractSet
Container for properties on multiple files. Returned from calls to
ContentManager.getFiles(ContentFilter,int[]).
| Methods inherited from class java.util.AbstractCollection |
add, addAll, clear, contains, containsAll, isEmpty, remove, retainAll, toArray, toArray, toString |
getPropertySets
public FilePropertySet[] getPropertySets()
- Return the underlying array of property sets.
getPropertySet
public FilePropertySet getPropertySet(int objectID)
- Return a property set for the given object ID, or null if the
object is not found in this set.
dump
public void dump()
- Dump information about the files in this set.
iterator
public Iterator<FilePropertySet> iterator()
size
public int size()