Accumulate Icon

Accumulate

Used to accumulate values by category.

AccumulateOverview

Editor: 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.

NEW

Fixed some bugs.

AccumulateInformation

Version
1.3 Build 9365
Date
05.13.10
License
Free
Language
English
File Size
506KB
Category
Operating Systems
Windows 7, Vista, XP, 2000
System Requirements
No additional system requirements.
Replicator Icon
The Replicator lets you distribute large numbers of files to many people.
Free
CanadianTax Icon
Calculates Canadian sales taxes: GST HST and PST today or in the past.
Free
CurrCon Icon
CurrCon displays prices in HTML in users' home currency.
Free
FourTidy Icon
Tidies Take Command/TCC/4NT/4DOS DESCRIBE file descriptors
Free
Untouch Icon
Reverts files dates back if the files have not really changed.
Free
BlOut Icon
Blout removes extra blank lines from a file.
Free
Dedup Icon
Java command line utility to removes duplicate lines from text files.
Free
Pluck Icon
Scans multiple files looking for a REGEX pattern, and summarised what it finds.
Free
More
exe4j Icon
Exe4j is a Java exe maker.
Demo
Java SE Development Kit (64-Bit) Icon
Compile, debug, and run Java applications on your computer.
Free
JDecompiler (Java Decompiler) Icon
A small tool to decompile the java class use your favorite text editor.
Trial
Java SE Development Kit Icon
Build highly sophisticated applications, applets, and components using the Java programming language.
Free
YourKit Java Profiler Icon
Development,production stages,bringing unparalleled benefits to JAVA development
Trial
Perl2Exe Icon
A command line program for converting Perl scripts to executable files.
Trial
In Class Translator Icon
A program to edit class files in jar (JAVA) softwares and game!
Free
Visual Paradigm for UML (CE) for Windows Icon
UML Tool - UML diagrams, use case modeling, reverse engineering and more...
Free
More