public class RandomAccessReferenceMap extends AbstractAccessReferenceMap<String>
AccessReferenceMap,
Serialized Formdtoi, itod| Constructor and Description |
|---|
RandomAccessReferenceMap()
This AccessReferenceMap implementation uses short random strings to
create a layer of indirection.
|
RandomAccessReferenceMap(int initialSize) |
RandomAccessReferenceMap(Set<Object> directReferences) |
RandomAccessReferenceMap(Set<Object> directReferences,
int initialSize) |
| Modifier and Type | Method and Description |
|---|---|
protected String |
getUniqueReference()
Returns a Unique Reference Key to be associated with a new directReference being
inserted into the AccessReferenceMap.
|
addDirectReference, getDirectReference, getIndirectReference, iterator, removeDirectReference, updatepublic RandomAccessReferenceMap(int initialSize)
public RandomAccessReferenceMap()
protected final String getUniqueReference()
RandomAccessReferenceMap(Set) and
RandomAccessReferenceMap(Set,int) both call it internally.getUniqueReference in class AbstractAccessReferenceMap<String>Copyright © 2016 The Open Web Application Security Project (OWASP). All rights reserved.