Package de.frame4j.util

Support for handling of texts, times and properties
base utilities of the framework Frame4J.

See:
          Description

Interface Summary
ComVar Common (constant) values.
ConstTime A (constant) moment in time.
ModifTime An alterable moment in time.
TextHelper.MessageComponents Deliverer of messageFormat components.
TextHelper.ReplaceVisitor Visitor for text replacements.
UIInfo A set of user interface information elements.
 

Class Summary
Action An Action: Action code (int) plus parameter (int).
Action.Filter A filter for Actions.
App The parent for Frame4J based Java applications.
AppBase Basic common services for Java applications.
AppHelper Helper for applications.
AppHelper.OSexec Handling of a process.
AppLangMap Language specifics for applications.
CleverSSS Subsequence search algorithms  —  the base.
CleverSSS.Simple Simple substring search, clever only for the short and optimistic cases.
ComVar.Impl Internal implementation class (for ComVar).
ConstTime.Impl Watertight "const" for classes implementing ConstTime.
ConstTime.SwitchSource Encapsulation for a ConstTime with switchable time source.
FastStringSet A fast set of Strings.
KMP Subsequence search  —  the immutable state.
PackageTest The (JUnit) Tests for this package.
Prop Properties, extended to support Applets, Servlets, applications.
PropMap A set of properties.
PropMapHelper Helpers for maps and properties.
PropMapHelper.Entry An entry: key value pair for (Prop)Maps.
PropMapHelper.Indexed Designation of an indexed property.
RK Subsequence search  —  the immutable state.
TextHelper Text handling — support for Java applications.
Time An alterable Time.
TimeHelper Methods and (final) values for time / date handling.
TimeRO An unchangeable Time.
TimeST An alterable Time for only single threaded use.
 

Enum Summary
TimeRO.MsSetMode The possible modi for setImpl(ms).
 

Annotation Types Summary
MinDoc A "Mini" documentation for classes and interfaces.
 

Package de.frame4j.util Description

Support for handling of texts, times and properties
base utilities of the framework Frame4J.
Copyright © 2009   Albrecht Weinert.

Description

This package de.frame4j.util contains the core helper classes.

Providing a robust, comfortable and real time usable base for Java applications, Applets, Servlets etc. is the premier class design goal. Another one is avoiding throw-away objects and multiple evaluations, for performance sake. Therefore something looks like a substitute for standard Java-classes — at first sight.

Search, replace, parse, format

The class TextHelper gives many (static helper) methods and types therefore. RK implements the Rabin Karp (String) search algorithm.

Parsing commands

The class Action heavily supports human friendly command line parsers and UIs.

Time

The classes TimeHelper and TimeRO, TimeST and Time handle (with high-performance) all time keeping aspects.




Terms of use, copyright

Copyright 2005, 2009   Albrecht Weinert.

Please find here the terms of use for the framework Frame4J.

Version:
Revision 63 (6.05.2012)
Author:
Albrecht Weinert
See Also:
Package description, Terms of use
, de.frame4j