public class CallFixtureMap extends Object implements Fixture, Map<String,FixtureList>
| Constructor and Description |
|---|
CallFixtureMap() |
| Modifier and Type | Method and Description |
|---|---|
void |
clear() |
boolean |
containsKey(Object o) |
boolean |
containsValue(Object o) |
Set<Map.Entry<String,FixtureList>> |
entrySet() |
FixtureList |
get(Object o) |
boolean |
isEmpty() |
Set<String> |
keySet() |
FixtureList |
put(String s,
FixtureList fixtures) |
void |
putAll(Map<? extends String,? extends FixtureList> map) |
FixtureList |
remove(Object o) |
int |
size() |
Collection<FixtureList> |
values() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcompute, computeIfAbsent, computeIfPresent, equals, forEach, getOrDefault, hashCode, merge, putIfAbsent, remove, replace, replace, replaceAllpublic int size()
size in interface Map<String,FixtureList>public boolean isEmpty()
isEmpty in interface Map<String,FixtureList>public boolean containsKey(Object o)
containsKey in interface Map<String,FixtureList>public boolean containsValue(Object o)
containsValue in interface Map<String,FixtureList>public FixtureList get(Object o)
get in interface Map<String,FixtureList>public FixtureList put(String s, FixtureList fixtures)
put in interface Map<String,FixtureList>public FixtureList remove(Object o)
remove in interface Map<String,FixtureList>public void putAll(Map<? extends String,? extends FixtureList> map)
putAll in interface Map<String,FixtureList>public void clear()
clear in interface Map<String,FixtureList>public Collection<FixtureList> values()
values in interface Map<String,FixtureList>public Set<Map.Entry<String,FixtureList>> entrySet()
entrySet in interface Map<String,FixtureList>Copyright © 2001–2020 JBoss by Red Hat. All rights reserved.