Drools Guvnor - Test Scenarios Model 6.0.0.Beta2

org.drools.guvnor.models.testscenarios.shared
Class FixturesMap

java.lang.Object
  extended by 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 Class Summary
 
Nested classes/interfaces inherited from interface java.util.Map
Map.Entry<K,V>
 
Constructor Summary
FixturesMap()
           
 
Method Summary
 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()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface java.util.Map
equals, hashCode
 

Constructor Detail

FixturesMap

public FixturesMap()
Method Detail

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>

Drools Guvnor - Test Scenarios Model 6.0.0.Beta2

Copyright © 2001-2013 JBoss by Red Hat. All Rights Reserved.