Uses of Class
org.simpleframework.xml.util.WeakCache.Segment
-
Packages that use WeakCache.Segment Package Description org.simpleframework.xml.util -
-
Uses of WeakCache.Segment in org.simpleframework.xml.util
Fields in org.simpleframework.xml.util with type parameters of type WeakCache.Segment Modifier and Type Field Description private java.util.List<WeakCache.Segment>
WeakCache.SegmentList. list
The list of segment objects maintained by this object.Methods in org.simpleframework.xml.util that return WeakCache.Segment Modifier and Type Method Description WeakCache.Segment
WeakCache.SegmentList. get(java.lang.Object key)
This is used to acquire the segment using the given key.private WeakCache.Segment
WeakCache. map(java.lang.Object key)
This method is used to acquire aSegment
using the keys has code.Methods in org.simpleframework.xml.util that return types with arguments of type WeakCache.Segment Modifier and Type Method Description java.util.Iterator<WeakCache.Segment>
WeakCache.SegmentList. iterator()
-