|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface CodeHolder
The Interface CodeHolder.
Method Summary | |
---|---|
CodeHolder |
clone()
|
boolean |
contains(CodeToReturn code)
Contains. |
void |
difference(CodeHolder otherCodes)
Difference. |
java.util.List<CodeToReturn> |
getAllCodes()
Gets the all codes. |
int |
getNumberOfCodes()
Gets the number of codes. |
void |
intersect(CodeHolder otherCodes)
Intersect. |
void |
remove(CodeToReturn code)
Removes the. |
void |
union(CodeHolder otherCodes)
Union. |
Method Detail |
---|
void difference(CodeHolder otherCodes)
otherCodes
- the other codesvoid union(CodeHolder otherCodes)
otherCodes
- the other codesvoid intersect(CodeHolder otherCodes)
otherCodes
- the other codesboolean contains(CodeToReturn code)
code
- the code
java.util.List<CodeToReturn> getAllCodes()
void remove(CodeToReturn code)
code
- the codeint getNumberOfCodes()
CodeHolder clone() throws java.lang.CloneNotSupportedException
java.lang.CloneNotSupportedException
|
Copyright: (c) 2004-2006 Mayo Foundation for Medical Education and Research (MFMER). All rights reserved. MAYO, MAYO CLINIC, and the triple-shield Mayo logo are trademarks and service marks of MFMER. | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |