Uses of Package
anthill.util

Packages that use anthill.util
anthill This package contains the main interfaces needed by ant implementors; in particular, it contains the Ant interface, which is the agent interface to be implemented. 
anthill.nest This package contains the main interfaces needed by nest implementors. 
anthill.storage   
anthill.storage.impl   
anthill.types This package contains general utility types that may help in the development of new ant algorithms. 
anthill.util This package contains some utility classes performing different tasks, such as logging, printing and exceptional behavior handling. 
ants.freeant Freeant is an experimental ant based on the Gnutant algorithm.  
ants.messor This package ants.contains an experimental ant implementing a grid-like computing service.  
ants.random This package ants.contains a simple ant implementation that perform a random walking through a peer-to-peer network. 
ants.utils   
antsim This package contains the main interfaces used in the Anthill simulation tool, including interfaces to perform evaluations, to collect statistics, to simulate peer-to-peer networks and to generate random requests of documents. 
antsim.genie This package contains the main interfaces used in the Anthill evolution framework, including interfaces to perform evaluations using genetic tools, to represent genetic codes and to manipulate populations of genetic codes. 
antsim.impl This package contains a prototype implementation of the interfaces included in package antsim
antsim.nestor This package is a prototype implementation of package anthill.nest to be used during Anthill simulations.  
jxtaimpl   
jxtaimpl.storage   
 

Classes in anthill.util used by anthill
Clearable
          Interface Clearable is implemented by those objects whose content may be restored to its initial state.
 

Classes in anthill.util used by anthill.nest
Clearable
          Interface Clearable is implemented by those objects whose content may be restored to its initial state.
 

Classes in anthill.util used by anthill.storage
Clearable
          Interface Clearable is implemented by those objects whose content may be restored to its initial state.
 

Classes in anthill.util used by anthill.storage.impl
Clearable
          Interface Clearable is implemented by those objects whose content may be restored to its initial state.
 

Classes in anthill.util used by anthill.types
SHADigest
          The class SHADigest computes the digest (or hash) of the specified content, and enables various other classes to compare the digests and store them in a HashMap or other collections in need of a hashCode method.
 

Classes in anthill.util used by anthill.util
Clearable
          Interface Clearable is implemented by those objects whose content may be restored to its initial state.
MapList
          This class implements a HashList, which is a combination of a HashMap and a doubly linked list.
 

Classes in anthill.util used by ants.freeant
Clearable
          Interface Clearable is implemented by those objects whose content may be restored to its initial state.
 

Classes in anthill.util used by ants.messor
Clearable
          Interface Clearable is implemented by those objects whose content may be restored to its initial state.
 

Classes in anthill.util used by ants.random
Clearable
          Interface Clearable is implemented by those objects whose content may be restored to its initial state.
 

Classes in anthill.util used by ants.utils
SHADigest
          The class SHADigest computes the digest (or hash) of the specified content, and enables various other classes to compare the digests and store them in a HashMap or other collections in need of a hashCode method.
 

Classes in anthill.util used by antsim
Clearable
          Interface Clearable is implemented by those objects whose content may be restored to its initial state.
 

Classes in anthill.util used by antsim.genie
Clearable
          Interface Clearable is implemented by those objects whose content may be restored to its initial state.
 

Classes in anthill.util used by antsim.impl
Clearable
          Interface Clearable is implemented by those objects whose content may be restored to its initial state.
 

Classes in anthill.util used by antsim.nestor
Clearable
          Interface Clearable is implemented by those objects whose content may be restored to its initial state.
 

Classes in anthill.util used by jxtaimpl
Clearable
          Interface Clearable is implemented by those objects whose content may be restored to its initial state.
 

Classes in anthill.util used by jxtaimpl.storage
Clearable
          Interface Clearable is implemented by those objects whose content may be restored to its initial state.