Interface IVilGenericType
-
- All Superinterfaces:
IVilType
- All Known Subinterfaces:
Collection<T>,Sequence<T>,Set<T>
- All Known Implementing Classes:
AbstractArrayWrapper,AbstractCollectionWrapper,AbstractListWrapper,ArraySequence,ArraySet,FixedListSequence,FixedListSet,ListSequence,ListSet,Map,OtherProjects,SetSet,UnmodifiableMap,UnmodifiableSequence,UnmodifiableSet
public interface IVilGenericType extends IVilType
An interface for implementations of generic VIL types.- Author:
- Holger Eichelberger
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description TypeDescriptor<?>getType()Returns the actual type including generics.
-
-
-
Method Detail
-
getType
TypeDescriptor<?> getType()
Returns the actual type including generics. "Overrides"PseudoAny.getType(Object).- Returns:
- the actual type
-
-