api
Interface Shared
- All Superinterfaces:
- java.io.Serializable
- All Known Implementing Classes:
- TSPResult
public interface Shared
- extends java.io.Serializable
Shared interface. This is a specification for object that are sent between tasks.
Method Summary |
boolean |
isNewerThan(Shared shared)
Checks if this shared object is newer than the input shared object |
isNewerThan
boolean isNewerThan(Shared shared)
- Checks if this shared object is newer than the input shared object
- Parameters:
shared
- the input shared object to compare
- Returns:
- true if this shared object is newer than the input shared object, false otherwise