WebObjects 5.4.2

com.webobjects.foundation
Class NSKeyValueCoding.MapImplementation

java.lang.Object
  extended by com.webobjects.foundation.NSKeyValueCoding.MapImplementation
Enclosing interface:
NSKeyValueCoding

public static class NSKeyValueCoding.MapImplementation
extends Object


Method Summary
static void takeValueForKey(Map map, Object value, String key)
           
static Object valueForKey(Map map, String key)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

valueForKey

public static Object valueForKey(Map map,
                                 String key)

takeValueForKey

public static void takeValueForKey(Map map,
                                   Object value,
                                   String key)

Last updated June 2008

Copyright © 2000-2008 Apple Inc.