org.apache.mina.example.haiku
Class Haiku

java.lang.Object
  extended by org.apache.mina.example.haiku.Haiku

public class Haiku
extends Object

Author:
Apache MINA Project

Constructor Summary
Haiku(String... lines)
           
 
Method Summary
 boolean equals(Object o)
           
 String[] getPhrases()
           
 int hashCode()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Haiku

public Haiku(String... lines)
Method Detail

getPhrases

public String[] getPhrases()

equals

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

hashCode

public int hashCode()
Overrides:
hashCode in class Object

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2004-2011 Apache MINA Project. All Rights Reserved.