public class org.graalvm.collections.SeqLockPrefixTree extends java.lang.Object
{
private static final int INITIAL_LINEAR_NODE_SIZE;
private static final int INITIAL_HASH_NODE_SIZE;
private static final int MAX_LINEAR_NODE_SIZE;
private static final long EMPTY_KEY;
private static final double HASH_NODE_LOAD_FACTOR;
private final org.graalvm.collections.SeqLockPrefixTree$Node root;
public void <init>()
{
org.graalvm.collections.SeqLockPrefixTree v;
org.graalvm.collections.SeqLockPrefixTree$Node v;
v := @this: org.graalvm.collections.SeqLockPrefixTree;
specialinvoke v.<java.lang.Object: void <init>()>();
v = new org.graalvm.collections.SeqLockPrefixTree$Node;
specialinvoke v.<org.graalvm.collections.SeqLockPrefixTree$Node: void <init>()>();
v.<org.graalvm.collections.SeqLockPrefixTree: org.graalvm.collections.SeqLockPrefixTree$Node root> = v;
return;
}
public org.graalvm.collections.SeqLockPrefixTree$Node root()
{
org.graalvm.collections.SeqLockPrefixTree v;
org.graalvm.collections.SeqLockPrefixTree$Node v;
v := @this: org.graalvm.collections.SeqLockPrefixTree;
v = v.<org.graalvm.collections.SeqLockPrefixTree: org.graalvm.collections.SeqLockPrefixTree$Node root>;
return v;
}
}