public class CacheNodeFactory<K,V> extends Object implements INodeFactory<K,V>
CacheNodeFactory()
NodeAbstract<K,V>
createNode(K key, V value)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public CacheNodeFactory()
public NodeAbstract<K,V> createNode(K key, V value)
createNode
INodeFactory<K,V>
Copyright © 2023. All rights reserved.