FreeHEP API
Version current

hep.graphics.heprep.util
Interface MapList

All Superinterfaces:
Map
All Known Implementing Classes:
HashMapList

public interface MapList
extends Map

A Map where its values can be retrieved as a List

Version:
$Id: MapList.java,v 1.2 2004/08/30 23:14:00 duns Exp $
Author:
M.Donszelmann
Source Code:
MapList.java

Nested Class Summary
 
Nested classes inherited from class java.util.Map
Map.Entry
 
Method Summary
 List valueList()
          Return values of map as a List
 Set valueSet()
           
 
Methods inherited from interface java.util.Map
clear, containsKey, containsValue, entrySet, equals, get, hashCode, isEmpty, keySet, put, putAll, remove, size, values
 

Method Detail

valueList

public List valueList()
Return values of map as a List


valueSet

public Set valueSet()
Deprecated,:
use valueList Return values of map as a Set (sub-optimal)

FreeHEP API
Version current

Copyright © 2000-2004 FreeHEP, All Rights Reserved.