Click or drag to resize

LinkedHashMapTK, TVShuffleOnAccess Property

Returns a value indicating if items should be shuffled (pushed to the head of the list) on access requests.

Namespace:  com.espertech.esper.compat.collections
Assembly:  NEsper.Compat (in NEsper.Compat.dll) Version: 8.0.0.0
Syntax
C#
public bool ShuffleOnAccess { get; set; }

Property Value

Type: Boolean
See Also