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. listThe list of segment objects maintained by this object.Methods in org.simpleframework.xml.util that return WeakCache.Segment Modifier and Type Method Description WeakCache.SegmentWeakCache.SegmentList. get(java.lang.Object key)This is used to acquire the segment using the given key.private WeakCache.SegmentWeakCache. map(java.lang.Object key)This method is used to acquire aSegmentusing 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()
-