org.apache.zookeeper
Class Environment.Entry

java.lang.Object
  extended by org.apache.zookeeper.Environment.Entry
Enclosing class:
Environment

public static class Environment.Entry
extends java.lang.Object


Constructor Summary
Environment.Entry(java.lang.String k, java.lang.String v)
           
 
Method Summary
 java.lang.String getKey()
           
 java.lang.String getValue()
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Environment.Entry

public Environment.Entry(java.lang.String k,
                         java.lang.String v)
Method Detail

getKey

public java.lang.String getKey()

getValue

public java.lang.String getValue()

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object


Copyright © 2012 The Apache Software Foundation