Accumulate 1.3

Publisher's description
"Used to accumulate values by category."
Published by Canadian Mind Products on 31 May 2012
Used to accumulate values by category. It might be useful
for example in a billing program to accumulate hours by
various categories.

It could be used to count how many times various words
occurred in a document.

All you need is:

buckets.accumulate( "somecategory", someamount );

And Accumulate looks after creating the buckets to
accumulate new categories for you.

e.g.

Accumulate buckets = new Accumulate( 20 );
buckets.accumulate( "ugli fruit", 3 );
buckets.accumulate( "peaches", 10 );
buckets.accumulate( "strawberries", 15 );
buckets.accumulate( "peaches", 14 );
String[] categories = buckets.categories();

// prints:
// peaches:24
// strawberries:15
// ugli fruit:3
for (String category: categories )
{
System.out.println( category:
+ ":"
+ buckets.total( category ));
}

You can test the app with:

java.exe com.mindprod.accumulate.Accumulate

Requirements: Java 1.2+

What's new in this version: add ANT build file

  • Size:

    91.17 KB
  • License:

    Freeware
  • OS:

    Java, Linux, Mac OS, Unix, Windows
  • Price:

    $0.00

Antivirus information

Download3K has downloaded and tested Accumulate on 31 May 2012 with some of Today's best antivirus engines and you can find below, for your convenience, the scan results:
  • Bitdefender:

    Clean
  • NOD 32:

    Clean
  • Avira:

    Clean
  • Kaspersky:

    Clean
Accumulate Antivirus Report

Notifications

Your email:
Friends email:

Related press releases

User rating
0/5
(0 votes)
Your opinion