Interface MappingBag<E,​T>

  • All Superinterfaces:
    Bag<E>

    public interface MappingBag<E,​T>
    extends Bag<E>
    • Method Detail

      • map

        T map​(E element)
      • countMapped

        int countMapped​(T[] mapped)