org.apache.velocity.test.issues
Class Velocity730TestCase.MyMapImpl
java.lang.Object
org.apache.velocity.test.issues.Velocity730TestCase.MyMapImpl
- Enclosing class:
- Velocity730TestCase
public abstract static class Velocity730TestCase.MyMapImpl
- extends Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Velocity730TestCase.MyMapImpl
public Velocity730TestCase.MyMapImpl()
map
protected Map map()
clear
public void clear()
containsKey
public boolean containsKey(Object key)
containsValue
public boolean containsValue(Object value)
isEmpty
public boolean isEmpty()
keySet
public Set keySet()
putAll
public void putAll(Map t)
remove
public Object remove(Object key)
size
public int size()
values
public Collection values()
entrySet
public Set entrySet()
Copyright © 2000-2010 The Apache Software Foundation. All Rights Reserved.