net.sourceforge.blogentis.utils
Class LinkStack.LSItem

java.lang.Object
  extended bynet.sourceforge.blogentis.utils.LinkStack.LSItem
Enclosing class:
LinkStack

public class LinkStack.LSItem
extends java.lang.Object


Field Summary
(package private)  java.lang.String key
           
(package private)  java.lang.String value
           
 
Constructor Summary
(package private) LinkStack.LSItem(java.lang.String key, java.lang.String value)
           
 
Method Summary
 java.lang.String getKey()
           
 java.lang.String getValue()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

key

java.lang.String key

value

java.lang.String value
Constructor Detail

LinkStack.LSItem

LinkStack.LSItem(java.lang.String key,
                 java.lang.String value)
Method Detail

getKey

public java.lang.String getKey()

getValue

public java.lang.String getValue()


Copyright © 2003-2004 SourceForge.net. All Rights Reserved.