|
|||||||||
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. |
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. |
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 ScalarHash
public ScalarArray keys()
keys
in interface ScalarHash
public void remove(Scalar key)
ScalarHash
remove
in interface ScalarHash
public Map getData()
ScalarHash
getData
in interface ScalarHash
public String toString()
toString
in class Object
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |