com.ctc.wstx.compat
Modifier | Constructor and Description |
---|---|
|
Jdk13Impl()
Constructor used for creating 'real' instance.
|
protected |
Jdk13Impl(boolean dummy)
Constructor derived classes call to avoid creation of helper
Objects 'real' instance needs (if any)
|
Modifier and Type | Method and Description |
---|---|
java.util.List |
getEmptyList() |
java.util.Map |
getEmptyMap() |
java.util.Set |
getEmptySet() |
boolean |
leakingThreadLocal()
For 1.3, ThreadLocal has problems, and can leak memory.
|
getInsertOrderedMap, getInsertOrderedMap, getLRULimitMap, setInitCause
public Jdk13Impl()
protected Jdk13Impl(boolean dummy)
public boolean leakingThreadLocal()
leakingThreadLocal
in class Jdk12Impl
public java.util.List getEmptyList()
getEmptyList
in class Jdk12Impl
public java.util.Map getEmptyMap()
getEmptyMap
in class Jdk12Impl
public java.util.Set getEmptySet()
getEmptySet
in class Jdk12Impl