ikrs.util
Interface EnvironmentFactory<K,V>

All Known Implementing Classes:
DefaultEnvironmentFactory

public interface EnvironmentFactory<K,V>

This interface specifies a basic environment factory.


Method Summary
 Environment<K,V> create()
          Creates a new and empty environment.
 

Method Detail

create

Environment<K,V> create()
Creates a new and empty environment.

Returns:
The new environment.