|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectsleep.taint.TaintHash
public class TaintHash
This class is used to wrap read-only hashes
| Field Summary | |
|---|---|
protected ScalarHash |
source
|
| Constructor Summary | |
|---|---|
TaintHash(ScalarHash src)
|
|
| Method Summary | |
|---|---|
Scalar |
getAt(Scalar key)
Retrieves a scalar from the hashtable. |
java.util.Map |
getData()
Return the data structure backing this hash please |
ScalarArray |
keys()
this operation is kind of expensive... |
void |
remove(Scalar key)
Removes the specified scalar from the hashmap. |
java.lang.String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
protected ScalarHash source
| Constructor Detail |
|---|
public TaintHash(ScalarHash src)
| Method Detail |
|---|
public Scalar getAt(Scalar key)
ScalarHash
getAt in interface ScalarHashpublic ScalarArray keys()
keys in interface ScalarHashpublic void remove(Scalar key)
ScalarHash
remove in interface ScalarHashpublic java.util.Map getData()
ScalarHash
getData in interface ScalarHashpublic java.lang.String toString()
toString in class java.lang.Object
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||