JavaScript is disabled on your browser.
Skip navigation links
Overview
Class
Tree
Deprecated
Index
Search
Help
com.stereowalker.unionlib.api.insert
InsertSetter
Contents
Description
Method Summary
Method Details
set(T)
get()
wasChanged()
Hide sidebar
Show sidebar
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
()