Package net.sf.freecol.common.util
Contains the FreeCol Collection of small static helpers.
- Since:
- 0.5.0
-
Class Summary Class Description CachingFunction<T,R> Wrapper for a Function that caches its results.CollectionUtils Collection of small static helper methods using Collections.ImageUtils Collection of static image manipulation utilities.Introspector A class to allow access to the methods "fooType getFoo()" and "void setFoo(fooType)" conventionally seen in objects.LogBuilder A class to wrap a StringBuilder for log generation purposes.OSUtils Class used to deal specifically with the operating systemRandomChoice<T> A class to provide flat and weighted random selection from a collection.RandomUtils Collection of small static helper routines for logged pseudo-random number generation.RandomUtils.RandomIntCache StringUtils Collection of small static helper methods using Strings.Utils Collection of small static helper methods. -
Exception Summary Exception Description Introspector.IntrospectorException