|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.ObjectDataman.DatamanKey
public class DatamanKey
The index key datatype. This class is used to retrieve or remove a key from an index. An index is allowed to have duplicate keys. If searching through many duplicates, you save the system key for later use, it will refer to that particular instance.
| Constructor Summary | |
|---|---|
DatamanKey()
Create an empty key. |
|
DatamanKey(DatamanKey k)
Copy constructor from another key |
|
DatamanKey(java.lang.String string)
Create a key from an arbitrary String |
|
| Method Summary | |
|---|---|
java.lang.String |
keyStr()
Return the String representation of the current key. |
boolean |
match(java.lang.String tem)
Simple Key pattern matching. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public DatamanKey()
public DatamanKey(java.lang.String string)
string - - the string to initialize the key to.public DatamanKey(DatamanKey k)
k - - the key to copy.| Method Detail |
|---|
public java.lang.String keyStr()
public boolean match(java.lang.String tem)
tem - - the template to match against.
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||