public class IntegerAccessReferenceMap extends AbstractAccessReferenceMap<String>
AccessReferenceMap
,
Serialized Formdtoi, itod
Constructor and Description |
---|
IntegerAccessReferenceMap()
TODO Javadoc
|
IntegerAccessReferenceMap(int initialSize)
TODO Javadoc
|
IntegerAccessReferenceMap(Set<Object> directReferences)
TODO Javadoc
|
IntegerAccessReferenceMap(Set<Object> directReferences,
int initialSize)
TODO Javadoc
|
Modifier and Type | Method and Description |
---|---|
protected String |
getUniqueReference()
TODO Javadoc
Note: this is final as redefinition by subclasses
can lead to use before initialization issues as
#RandomAccessReferenceMap(Set) and
#RandomAccessReferenceMap(Set,int) both call it
internally. |
addDirectReference, getDirectReference, getIndirectReference, iterator, removeDirectReference, update
public IntegerAccessReferenceMap()
public IntegerAccessReferenceMap(int initialSize)
public IntegerAccessReferenceMap(Set<Object> directReferences)
protected final String getUniqueReference()
#RandomAccessReferenceMap(Set)
and
#RandomAccessReferenceMap(Set,int)
both call it
internally.getUniqueReference
in class AbstractAccessReferenceMap<String>
Copyright © 2013 The Open Web Application Security Project (OWASP). All rights reserved.