de.tuberlin.cs.flp.jspwiki.util.PropertiesOrdered


Class MapEntryImpl

All known implemented Interfaces:
Entry


private class MapEntryImpl
Namespace: PropertiesOrdered


Inner class MapEntryImpl.
Authors:
Jens Gulden
Version:
0.1.0


Attribute Summary
private Object  key
The key.  
private Object  val
The val.  

Constructor Summary
private   MapEntryImpl(Object key, Object val)
Creates a new instance of MapEntryImpl.  

Method Summary
public Object   getKey()
Returns the key.  
public Object   getValue()
Returns the value.  
public Object   setValue(Object value)
Sets the value.  

Tagged Values
static false
documentation#author Jens Gulden
documentation#version 0.1.0

Attribute Detail

key

private Object key

Multiplicity: 1..1
Ordering: unspecified


The key.


val

private Object val

Multiplicity: 1..1
Ordering: unspecified


The val.
Constructor Detail

MapEntryImpl

private de.tuberlin.cs.flp.jspwiki.util.PropertiesOrdered.MapEntryImpl MapEntryImpl(Object key, Object val)

Has stereotypes: << create >>

Creates a new instance of MapEntryImpl.
Parameters:
key - The key.
val - The val.
Returns:
Method Detail

getKey

public Object getKey()


Returns the key.
Returns:


getValue

public Object getValue()


Returns the value.
Returns:


setValue

public Object setValue(Object value)


Sets the value.
Parameters:
value - The value.
Returns:

previous   TOC   next

Generated with Poseidon for UMLTM.
Poseidon is a registered trademark of Gentleware AG in the USA and other countries. Copyright 2003-2006 Gentleware AG, Ludwigstr. 12, 20357 Hamburg, Germany. All Rights Reserved.
UML is a trademark or registered trademark of Object Management Group, Inc. in the U.S. and other countries.