org.apache.commons.ognl.test.objects
Interface MyMap

All Superinterfaces:
Map
All Known Implementing Classes:
MyMapImpl

public interface MyMap
extends Map

This tests the interface inheritence test. This is a subinterface of Map and therefore should inherit the Map property accessor.


Nested Class Summary
 
Nested classes/interfaces inherited from interface java.util.Map
Map.Entry<K,V>
 
Method Summary
 String getDescription()
           
 
Methods inherited from interface java.util.Map
clear, containsKey, containsValue, entrySet, equals, get, hashCode, isEmpty, keySet, put, putAll, remove, size, values
 

Method Detail

getDescription

String getDescription()


Copyright © 1997-2013 The Apache Software Foundation. All Rights Reserved.