Package pro.gravit.launcher
Interface NeedGarbageCollection
-
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
@FunctionalInterface public interface NeedGarbageCollectionDetermines whether this object requires periodic garbage collection by the gc command This interface has nothing to do with java garbage collection.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidgarbageCollection()
-