com.sleepycat.je.rep.impl
Class TextProtocol.StringFormatable

java.lang.Object
  extended by com.sleepycat.je.rep.impl.TextProtocol.StringFormatable
All Implemented Interfaces:
TextProtocol.WireFormatable
Direct Known Subclasses:
Protocol.StringValue
Enclosing class:
TextProtocol

protected static class TextProtocol.StringFormatable
extends Object
implements TextProtocol.WireFormatable


Field Summary
protected  String s
           
 
Constructor Summary
(package private) TextProtocol.StringFormatable()
           
protected TextProtocol.StringFormatable(String s)
           
 
Method Summary
 boolean equals(Object obj)
           
 int hashCode()
           
 void init(String wireFormat)
           
 String wireFormat()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

s

protected String s
Constructor Detail

TextProtocol.StringFormatable

TextProtocol.StringFormatable()

TextProtocol.StringFormatable

protected TextProtocol.StringFormatable(String s)
Method Detail

init

public void init(String wireFormat)

wireFormat

public String wireFormat()
Specified by:
wireFormat in interface TextProtocol.WireFormatable

hashCode

public int hashCode()
Overrides:
hashCode in class Object

equals

public boolean equals(Object obj)
Overrides:
equals in class Object


Copyright (c) 2004-2012 Oracle. All rights reserved.