class DIntIterator(d: Iterator) : Iterator by d class DIntListIterator(d: ListIterator) : ListIterator by d class DIntIterable(d: Iterable) : Iterable by d class DIntCollection(d: Collection) : Collection by d class DIntSet(d: Set) : Set by d class DIntList(d: List) : List by d class DIntMap(d: Map) : Map by d class DIntMapEntry(d: Map.Entry) : Map.Entry by d class DIntCollectionBySet(d: Set) : Collection by d class DIntCollectionByList(d: List) : Collection by d