Uses of Interface
org.apache.juneau.Delegate
Packages that use Delegate
- 
Uses of Delegate in org.apache.juneauClasses in org.apache.juneau that implement Delegate
- 
Uses of Delegate in org.apache.juneau.internalClasses in org.apache.juneau.internal that implement DelegateModifier and TypeClassDescriptionclassRepresents a wrappedBeanMapwhere property values can be overridden, removed, or reordered without affecting the underlying bean.classDelegateList<T extends Collection<?>>Represents a wrappedCollectionwhere entries in the list can be removed or reordered without affecting the underlying list.classDelegateMap<T extends Map>Represents a wrappedMapwhere entries in the map can be removed without affecting the underlying map.classFilteredMap<K,V> Wrapper around a map where the key names are overridden.