Class StoredContent<T>

java.lang.Object
tsl2.nano.cursus.effectus.StoredContent<T>
All Implemented Interfaces:
IStoredContent<T>

public class StoredContent<T> extends Object implements IStoredContent<T>
NOT USED YET!

Holds content, calculated once and reused on re-doing the same command again - without re-calcuation

Author:
Tom
  • Constructor Details

    • StoredContent

      public StoredContent()
  • Method Details