469470471472473474475
/** * Enumerate all the items availabe from this fragment source */ public AsynchronousEnumeration elements() { return new DefaultSourceEnumeration(this); }