public class Skills extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
Skills.Builder |
| Modifier and Type | Method and Description |
|---|---|
boolean |
containsSkill(String skill)
Not case sensitive.
|
boolean |
equals(Object o) |
int |
hashCode() |
String |
toString() |
Set<String> |
values()
Returns an unmodifiable set of skills.
|
public Set<String> values()
public boolean containsSkill(String skill)
skill - which is checked whether it is in skill container or notCopyright © 2013–2019. All rights reserved.