public static final class DescriptiveMarker.AllTracksDescribed extends Object implements Set<Integer>
Contrived inner class that represents the set of all positive integers and zero. This represents the default value for described sets as specified in section 7.10 of the AAF object specification.
| Modifier and Type | Method and Description |
|---|---|
boolean |
add(Integer o) |
boolean |
addAll(Collection<? extends Integer> c) |
void |
clear() |
boolean |
contains(Object o) |
boolean |
containsAll(Collection<?> c) |
boolean |
equals(Object o) |
int |
hashCode() |
boolean |
isEmpty() |
Iterator<Integer> |
iterator() |
boolean |
remove(Object o) |
boolean |
removeAll(Collection<?> c) |
boolean |
retainAll(Collection<?> c) |
int |
size() |
Object[] |
toArray() |
<T> T[] |
toArray(T[] a) |
getClass, notify, notifyAll, toString, wait, wait, waitspliteratorparallelStream, removeIf, streampublic boolean add(Integer o)
public boolean addAll(Collection<? extends Integer> c)
public void clear()
public boolean contains(Object o)
public boolean containsAll(Collection<?> c)
containsAll in interface Collection<Integer>containsAll in interface Set<Integer>public boolean isEmpty()
public boolean remove(Object o)
public boolean removeAll(Collection<?> c)
public boolean retainAll(Collection<?> c)
public int size()
public Object[] toArray()
public <T> T[] toArray(T[] a)
public int hashCode()
(c)2007-2016 Richard Cartwright, all rights reserved. Licensed under Apache 2 license and subject to the AMWA IPR policy.