Stanse  -1
Public Member Functions | List of all members
cz.muni.stanse.threadchecker.locks.UnlockSet Class Reference
Inheritance diagram for cz.muni.stanse.threadchecker.locks.UnlockSet:
Inheritance graph
[legend]
Collaboration diagram for cz.muni.stanse.threadchecker.locks.UnlockSet:
Collaboration graph
[legend]

Public Member Functions

boolean isEmpty ()
 
UnlockSet clone ()
 
Collection< LockgetLocks ()
 
Lock getLock (String lockName)
 
void add (Lock lock)
 
void clear ()
 
String toString ()
 
int size ()
 
boolean contains (Lock lock)
 
boolean contains (String lockName)
 
void merge (UnlockSet other)
 
void remove (Lock lock)
 
void remove (Collection< Lock > toRemove)
 
boolean equals (Object obj)
 
int hashCode ()
 

Detailed Description

Author
Jan Kučera

Member Function Documentation

void cz.muni.stanse.threadchecker.locks.UnlockSet.add ( Lock  lock)
inline
void cz.muni.stanse.threadchecker.locks.UnlockSet.clear ( )
inline
UnlockSet cz.muni.stanse.threadchecker.locks.UnlockSet.clone ( )
inline
boolean cz.muni.stanse.threadchecker.locks.UnlockSet.contains ( Lock  lock)
inline
boolean cz.muni.stanse.threadchecker.locks.UnlockSet.contains ( String  lockName)
inline
boolean cz.muni.stanse.threadchecker.locks.UnlockSet.equals ( Object  obj)
inline
Lock cz.muni.stanse.threadchecker.locks.UnlockSet.getLock ( String  lockName)
inline
Collection<Lock> cz.muni.stanse.threadchecker.locks.UnlockSet.getLocks ( )
inline
int cz.muni.stanse.threadchecker.locks.UnlockSet.hashCode ( )
inline
boolean cz.muni.stanse.threadchecker.locks.UnlockSet.isEmpty ( )
inline
void cz.muni.stanse.threadchecker.locks.UnlockSet.merge ( UnlockSet  other)
inline
void cz.muni.stanse.threadchecker.locks.UnlockSet.remove ( Lock  lock)
inline
void cz.muni.stanse.threadchecker.locks.UnlockSet.remove ( Collection< Lock toRemove)
inline
int cz.muni.stanse.threadchecker.locks.UnlockSet.size ( )
inline
String cz.muni.stanse.threadchecker.locks.UnlockSet.toString ( )
inline

The documentation for this class was generated from the following file: