net.thucydides.core.sessions
Class TestSessionVariables

Package class diagram package TestSessionVariables
java.lang.Object
  extended by java.util.AbstractMap<K,V>
      extended by java.util.concurrent.ConcurrentHashMap
          extended by net.thucydides.core.sessions.TestSessionVariables
All Implemented Interfaces:
Serializable, ConcurrentMap, Map

public class TestSessionVariables
extends ConcurrentHashMap

See Also:
Serialized Form

Nested Class Summary
 
Nested classes/interfaces inherited from class java.util.AbstractMap
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>
 
Nested classes/interfaces inherited from interface java.util.Map
Map.Entry<K,V>
 
Constructor Summary
TestSessionVariables()
           
 
Method Summary
 Object get(Object o)
           
 
Methods inherited from class java.util.concurrent.ConcurrentHashMap
clear, contains, containsKey, containsValue, elements, entrySet, isEmpty, keys, keySet, put, putAll, putIfAbsent, remove, remove, replace, replace, size, values
 
Methods inherited from class java.util.AbstractMap
clone, equals, hashCode, toString
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface java.util.Map
equals, hashCode
 

Constructor Detail

TestSessionVariables

public TestSessionVariables()
Method Detail

get

public Object get(Object o)
Specified by:
get in interface Map
Overrides:
get in class ConcurrentHashMap


Copyright © 2011-2012 Wakaleo Consulting. All Rights Reserved.