JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
SEARCH:
Package
com.stereowalker.unionlib.api.insert
Interface InsertSetter<T>
All Known Implementing Classes:
InsertSetterImpl
public interface
InsertSetter<T>
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method
Description
T
get
()
void
set
(
T
value)
boolean
wasChanged
()
Method Details
set
void
set
(
T
value)
get
T
get
()
wasChanged
boolean
wasChanged
()