Uses of Class
org.teamapps.ux.cache.record.EqualsAndHashCode
-
Packages that use EqualsAndHashCode Package Description org.teamapps.ux.cache.record org.teamapps.ux.component.infiniteitemview -
-
Uses of EqualsAndHashCode in org.teamapps.ux.cache.record
Methods in org.teamapps.ux.cache.record that return EqualsAndHashCode Modifier and Type Method Description static <T> EqualsAndHashCode<T>EqualsAndHashCode. bypass()static <T> EqualsAndHashCode<T>EqualsAndHashCode. identity()Constructors in org.teamapps.ux.cache.record with parameters of type EqualsAndHashCode Constructor Description EqualsHashCodeWrapper(T t, EqualsAndHashCode<T> equalsAndHashCode)RenderedRecordsCache(EqualsAndHashCode<RECORD> customEqualsAndHashCode) -
Uses of EqualsAndHashCode in org.teamapps.ux.component.infiniteitemview
Fields in org.teamapps.ux.component.infiniteitemview declared as EqualsAndHashCode Modifier and Type Field Description protected EqualsAndHashCode<RECORD>AbstractInfiniteListComponent. customEqualsAndHashCodeMethods in org.teamapps.ux.component.infiniteitemview that return EqualsAndHashCode Modifier and Type Method Description EqualsAndHashCode<RECORD>AbstractInfiniteListComponent. getCustomEqualsAndHashCode()Methods in org.teamapps.ux.component.infiniteitemview with parameters of type EqualsAndHashCode Modifier and Type Method Description voidAbstractInfiniteListComponent. setCustomEqualsAndHashCode(EqualsAndHashCode<RECORD> customEqualsAndHashCode)
-