org.eclipse.emf.ecore.util
Class FeatureMapUtil.BasicValidator.Cache

java.lang.Object
  extended byjava.util.AbstractMap
      extended byjava.util.WeakHashMap
          extended byorg.eclipse.emf.ecore.util.FeatureMapUtil.BasicValidator.Cache
All Implemented Interfaces:
Map
Enclosing class:
FeatureMapUtil.BasicValidator

protected class FeatureMapUtil.BasicValidator.Cache
extends WeakHashMap


Constructor Summary
protected FeatureMapUtil.BasicValidator.Cache()
           
 
Method Summary
 Boolean get(EStructuralFeature eStructuralFeature)
           
 void put(EStructuralFeature eStructuralFeature, Boolean isValid)
           
 
Methods inherited from class java.util.WeakHashMap
clear, containsKey, containsValue, entrySet, get, isEmpty, keySet, put, putAll, remove, 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

FeatureMapUtil.BasicValidator.Cache

protected FeatureMapUtil.BasicValidator.Cache()
Method Detail

get

public Boolean get(EStructuralFeature eStructuralFeature)

put

public void put(EStructuralFeature eStructuralFeature,
                Boolean isValid)

Copyright 2001-2006 IBM Corporation and others.
All Rights Reserved.