public class TreeModel<K,V> extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
ROOT_VALUE |
| Modifier and Type | Method and Description |
|---|---|
ICacheTreeNode<K,V> |
getRootNode(List<com.tangosol.util.ValueExtractor> extrators) |
ICacheTreeNode<K,V> |
getRootNode(String[] extractorMethodNameArray) |
public static final String ROOT_VALUE
public ICacheTreeNode<K,V> getRootNode(String[] extractorMethodNameArray)
public ICacheTreeNode<K,V> getRootNode(List<com.tangosol.util.ValueExtractor> extrators)
Copyright © 2013. All Rights Reserved.