Holger's
Java API

Uses of Interface
com.antelmann.util.PatternExtractor

Packages that use PatternExtractor
com.antelmann.timeregister This package contains classes that implement a time register solution for a small business. 
com.antelmann.util This package contains general utility classes that are used throughout the other packages. 
 

Uses of PatternExtractor in com.antelmann.timeregister
 

Methods in com.antelmann.timeregister with parameters of type PatternExtractor
<T> HashMap<T,Long>
WorkUnitAnalyzer.getNetTimes(PatternExtractor<WorkUnit,T> pattern)
           
<T> HashMap<T,Long>
WorkUnitAnalyzer.getTimes(PatternExtractor<WorkUnit,T> pattern)
           
 

Uses of PatternExtractor in com.antelmann.util
 

Methods in com.antelmann.util with parameters of type PatternExtractor
static
<T,P> HashMap<P,ArrayList<T>>
Sets.groupBy(Collection<T> col, PatternExtractor<T,P> extractor)
          splits the given collection into many, where the extractor is the discriminator
 



(c) 2001-2006 Holger Antelmann - all rights reserved (contact: info@antelmann.com)
see www.antelmann.com/developer for further details and available downloads