boolean
|
add(Event e)
|
boolean
|
addAll(Collection<? extends Event> coll)
|
void
|
clear()
Removes all of the elements from this set (optional operation).
|
boolean
|
contains(Object o)
Returns true if this set contains the specified element.
|
boolean
|
containsAll(Collection<?> c)
Returns true if this set contains all of the elements of the
specified collection.
|
EventIterator
|
eventIterator()
Return an iterator specific to Event objects.
|
int
|
getSuspendPolicy()
Returns the policy used to suspend threads in the target VM
for this event set.
|
VirtualMachine
|
getVirtualMachine()
|
boolean
|
isEmpty()
Returns true if this set contains no elements.
|
Iterator<Event>
|
iterator()
Returns an iterator over the elements in this set.
|
abstract
void
|
notify(JDIListener listener)
|
boolean
|
remove(Object o)
Removes the specified element from this set if it is present
(optional operation).
|
boolean
|
removeAll(Collection<?> coll)
Removes from this set all of its elements that are contained in the
specified collection (optional operation).
|
void
|
resume()
Resumes threads suspended by this event set.
|
boolean
|
retainAll(Collection<?> coll)
Retains only the elements in this set that are contained in the
specified collection (optional operation).
|
int
|
size()
Returns the number of elements in this set (its cardinality).
|
int
|
suspendPolicy()
Returns the policy used to suspend threads in the target VM
for this event set.
|
boolean
|
suspendedAll()
|
boolean
|
suspendedEventThread()
|
boolean
|
suspendedNone()
|
<T>
T[]
|
toArray(T[] a)
Returns an array containing all of the elements in this set whose
runtime type is that of the specified array.
|
Object[]
|
toArray()
Returns an array containing all of the elements in this set.
|
static
AbstractEventSet
|
toSpecificEventSet(EventSet jdiEventSet)
|
VirtualMachine
|
virtualMachine()
Gets the VirtualMachine to which this
Mirror belongs.
|