|
Jitsi: the OpenSource Java VoIP and Instant Messaging client. | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.java.sip.communicator.service.history.HistoryID
public class HistoryID
Object used to uniquely identify a group of history records.
| Method Summary | |
|---|---|
static HistoryID |
createFromID(String[] id)
Create a HistoryID from a valid ID. |
static HistoryID |
createFromRawID(String[] rawid)
Create a HistoryID from a raw ID. |
boolean |
equals(Object obj)
|
String[] |
getID()
|
int |
hashCode()
|
static String |
readableHash(String rawString)
An one-way function returning a "human readable" containing no special characters. |
String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Method Detail |
|---|
public static HistoryID createFromRawID(String[] rawid)
public static HistoryID createFromID(String[] id)
throws IllegalArgumentException
IllegalArgumentException - Thrown if a string from the ID is not valid an exception.public String[] getID()
public String toString()
toString in class Objectpublic int hashCode()
hashCode in class Objectpublic boolean equals(Object obj)
equals in class Objectpublic static String readableHash(String rawString)
rawString - The string to be hashed.
|
Jitsi: the OpenSource Java VoIP and Instant Messaging client. | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||