Class ProcessedClaimCollection

All Implemented Interfaces:
Serializable, Cloneable, Iterable<ProcessedClaim>, Collection<ProcessedClaim>, List<ProcessedClaim>, RandomAccess

public class ProcessedClaimCollection extends ArrayList<ProcessedClaim>
This holds a collection of Claims that have been processed by a ClaimsHandler implementation
See Also:
  • Constructor Details

    • ProcessedClaimCollection

      public ProcessedClaimCollection()