org.stanwood.media.model
Class VideoFileSet

java.lang.Object
  extended by java.util.AbstractCollection<E>
      extended by java.util.AbstractSet<E>
          extended by java.util.TreeSet<IVideoFile>
              extended by org.stanwood.media.model.VideoFileSet
All Implemented Interfaces:
java.io.Serializable, java.lang.Cloneable, java.lang.Iterable<IVideoFile>, java.util.Collection<IVideoFile>, java.util.NavigableSet<IVideoFile>, java.util.Set<IVideoFile>, java.util.SortedSet<IVideoFile>

public class VideoFileSet
extends java.util.TreeSet<IVideoFile>

Used to store video files in a sorted set

See Also:
Serialized Form

Constructor Summary
VideoFileSet()
          The constructor
 
Method Summary
 
Methods inherited from class java.util.TreeSet
add, addAll, ceiling, clear, clone, comparator, contains, descendingIterator, descendingSet, first, floor, headSet, headSet, higher, isEmpty, iterator, last, lower, pollFirst, pollLast, remove, size, subSet, subSet, tailSet, tailSet
 
Methods inherited from class java.util.AbstractSet
equals, hashCode, removeAll
 
Methods inherited from class java.util.AbstractCollection
containsAll, retainAll, toArray, toArray, toString
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface java.util.Set
containsAll, equals, hashCode, removeAll, retainAll, toArray, toArray
 

Constructor Detail

VideoFileSet

public VideoFileSet()
The constructor