public class StereotypesCacheSet extends StereotypesImpl
options
Constructor and Description |
---|
StereotypesCacheSet(Options options) |
StereotypesCacheSet(Stereotypes stereotypes,
Options options) |
Modifier and Type | Method and Description |
---|---|
void |
add(String stereotype)
Adds the given stereotype to this collection of stereotypes
|
String[] |
asArray() |
SortedSet<String> |
asSet() |
boolean |
contains(String stereotype) |
String |
getOne() |
void |
remove(String stereotype)
Removes the given stereotype from this collection of stereotypes.
|
int |
size() |
isEmpty, options, toString
public StereotypesCacheSet(Options options)
public StereotypesCacheSet(Stereotypes stereotypes, Options options)
public int size()
public boolean contains(String stereotype)
true
if this collection of stereotypes contains the
given stereotype, else false
public String[] asArray()
null
public SortedSet<String> asSet()
null
public void add(String stereotype)
Stereotypes
public void remove(String stereotype)
Stereotypes
public String getOne()
Copyright © 2018. All rights reserved.