org.drools.guvnor.models.testscenarios.shared
Class FixturesMap
java.lang.Object
org.drools.guvnor.models.testscenarios.shared.FixturesMap
- All Implemented Interfaces:
- Map<String,FixtureList>, Fixture
public class FixturesMap
- extends Object
- implements Fixture, Map<String,FixtureList>
| Nested classes/interfaces inherited from interface java.util.Map |
Map.Entry<K,V> |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
FixturesMap
public FixturesMap()
size
public int size()
- Specified by:
size in interface Map<String,FixtureList>
isEmpty
public boolean isEmpty()
- Specified by:
isEmpty in interface Map<String,FixtureList>
containsKey
public boolean containsKey(Object o)
- Specified by:
containsKey in interface Map<String,FixtureList>
containsValue
public boolean containsValue(Object o)
- Specified by:
containsValue in interface Map<String,FixtureList>
get
public FixtureList get(Object o)
- Specified by:
get in interface Map<String,FixtureList>
put
public FixtureList put(String s,
FixtureList fixtures)
- Specified by:
put in interface Map<String,FixtureList>
remove
public FixtureList remove(Object o)
- Specified by:
remove in interface Map<String,FixtureList>
putAll
public void putAll(Map<? extends String,? extends FixtureList> map)
- Specified by:
putAll in interface Map<String,FixtureList>
clear
public void clear()
- Specified by:
clear in interface Map<String,FixtureList>
keySet
public Set<String> keySet()
- Specified by:
keySet in interface Map<String,FixtureList>
values
public Collection<FixtureList> values()
- Specified by:
values in interface Map<String,FixtureList>
entrySet
public Set<Map.Entry<String,FixtureList>> entrySet()
- Specified by:
entrySet in interface Map<String,FixtureList>
Copyright © 2001-2013 JBoss by Red Hat. All Rights Reserved.