public final enum class com.google.common.collect.testing.features.CollectionFeature extends java.lang.Enum implements com.google.common.collect.testing.features.Feature
{
public static final enum com.google.common.collect.testing.features.CollectionFeature ALLOWS_NULL_QUERIES;
public static final enum com.google.common.collect.testing.features.CollectionFeature ALLOWS_NULL_VALUES;
public static final enum com.google.common.collect.testing.features.CollectionFeature RESTRICTS_ELEMENTS;
public static final enum com.google.common.collect.testing.features.CollectionFeature KNOWN_ORDER;
public static final enum com.google.common.collect.testing.features.CollectionFeature NON_STANDARD_TOSTRING;
public static final enum com.google.common.collect.testing.features.CollectionFeature REJECTS_DUPLICATES_AT_CREATION;
public static final enum com.google.common.collect.testing.features.CollectionFeature SUPPORTS_ADD;
public static final enum com.google.common.collect.testing.features.CollectionFeature SUPPORTS_REMOVE;
public static final enum com.google.common.collect.testing.features.CollectionFeature SUPPORTS_ITERATOR_REMOVE;
public static final enum com.google.common.collect.testing.features.CollectionFeature FAILS_FAST_ON_CONCURRENT_MODIFICATION;
public static final enum com.google.common.collect.testing.features.CollectionFeature GENERAL_PURPOSE;
public static final enum com.google.common.collect.testing.features.CollectionFeature REMOVE_OPERATIONS;
public static final enum com.google.common.collect.testing.features.CollectionFeature SERIALIZABLE;
public static final enum com.google.common.collect.testing.features.CollectionFeature SERIALIZABLE_INCLUDING_VIEWS;
public static final enum com.google.common.collect.testing.features.CollectionFeature SUBSET_VIEW;
public static final enum com.google.common.collect.testing.features.CollectionFeature DESCENDING_VIEW;
public static final enum com.google.common.collect.testing.features.CollectionFeature NONE;
private final java.util.Set implied;
private static final com.google.common.collect.testing.features.CollectionFeature[] $VALUES;
public static com.google.common.collect.testing.features.CollectionFeature[] values()
{
com.google.common.collect.testing.features.CollectionFeature[] v;
java.lang.Object v;
v = <com.google.common.collect.testing.features.CollectionFeature: com.google.common.collect.testing.features.CollectionFeature[] $VALUES>;
v = virtualinvoke v.<java.lang.Object: java.lang.Object clone()>();
return v;
}
public static com.google.common.collect.testing.features.CollectionFeature valueOf(java.lang.String)
{
java.lang.String v;
java.lang.Enum v;
v := @parameter: java.lang.String;
v = staticinvoke <java.lang.Enum: java.lang.Enum valueOf(java.lang.Class,java.lang.String)>(class "Lcom/google/common/collect/testing/features/CollectionFeature;", v);
return v;
}
private transient void <init>(java.lang.String, int, com.google.common.collect.testing.features.Feature[])
{
com.google.common.collect.testing.features.CollectionFeature v;
int v;
java.util.Set v;
com.google.common.collect.testing.features.Feature[] v;
java.lang.String v;
v := @this: com.google.common.collect.testing.features.CollectionFeature;
v := @parameter: java.lang.String;
v := @parameter: int;
v := @parameter: com.google.common.collect.testing.features.Feature[];
specialinvoke v.<java.lang.Enum: void <init>(java.lang.String,int)>(v, v);
v = staticinvoke <com.google.common.collect.testing.Helpers: java.util.Set copyToSet(java.lang.Object[])>(v);
v.<com.google.common.collect.testing.features.CollectionFeature: java.util.Set implied> = v;
return;
}
public java.util.Set getImpliedFeatures()
{
java.util.Set v;
com.google.common.collect.testing.features.CollectionFeature v;
v := @this: com.google.common.collect.testing.features.CollectionFeature;
v = v.<com.google.common.collect.testing.features.CollectionFeature: java.util.Set implied>;
return v;
}
private static com.google.common.collect.testing.features.CollectionFeature[] $values()
{
com.google.common.collect.testing.features.CollectionFeature[] v;
com.google.common.collect.testing.features.CollectionFeature v, v, v, v, v, v, v, v, v, v, v, v, v, v, v, v, v;
v = newarray (com.google.common.collect.testing.features.CollectionFeature)[17];
v = <com.google.common.collect.testing.features.CollectionFeature: com.google.common.collect.testing.features.CollectionFeature ALLOWS_NULL_QUERIES>;
v[0] = v;
v = <com.google.common.collect.testing.features.CollectionFeature: com.google.common.collect.testing.features.CollectionFeature ALLOWS_NULL_VALUES>;
v[1] = v;
v = <com.google.common.collect.testing.features.CollectionFeature: com.google.common.collect.testing.features.CollectionFeature RESTRICTS_ELEMENTS>;
v[2] = v;
v = <com.google.common.collect.testing.features.CollectionFeature: com.google.common.collect.testing.features.CollectionFeature KNOWN_ORDER>;
v[3] = v;
v = <com.google.common.collect.testing.features.CollectionFeature: com.google.common.collect.testing.features.CollectionFeature NON_STANDARD_TOSTRING>;
v[4] = v;
v = <com.google.common.collect.testing.features.CollectionFeature: com.google.common.collect.testing.features.CollectionFeature REJECTS_DUPLICATES_AT_CREATION>;
v[5] = v;
v = <com.google.common.collect.testing.features.CollectionFeature: com.google.common.collect.testing.features.CollectionFeature SUPPORTS_ADD>;
v[6] = v;
v = <com.google.common.collect.testing.features.CollectionFeature: com.google.common.collect.testing.features.CollectionFeature SUPPORTS_REMOVE>;
v[7] = v;
v = <com.google.common.collect.testing.features.CollectionFeature: com.google.common.collect.testing.features.CollectionFeature SUPPORTS_ITERATOR_REMOVE>;
v[8] = v;
v = <com.google.common.collect.testing.features.CollectionFeature: com.google.common.collect.testing.features.CollectionFeature FAILS_FAST_ON_CONCURRENT_MODIFICATION>;
v[9] = v;
v = <com.google.common.collect.testing.features.CollectionFeature: com.google.common.collect.testing.features.CollectionFeature GENERAL_PURPOSE>;
v[10] = v;
v = <com.google.common.collect.testing.features.CollectionFeature: com.google.common.collect.testing.features.CollectionFeature REMOVE_OPERATIONS>;
v[11] = v;
v = <com.google.common.collect.testing.features.CollectionFeature: com.google.common.collect.testing.features.CollectionFeature SERIALIZABLE>;
v[12] = v;
v = <com.google.common.collect.testing.features.CollectionFeature: com.google.common.collect.testing.features.CollectionFeature SERIALIZABLE_INCLUDING_VIEWS>;
v[13] = v;
v = <com.google.common.collect.testing.features.CollectionFeature: com.google.common.collect.testing.features.CollectionFeature SUBSET_VIEW>;
v[14] = v;
v = <com.google.common.collect.testing.features.CollectionFeature: com.google.common.collect.testing.features.CollectionFeature DESCENDING_VIEW>;
v[15] = v;
v = <com.google.common.collect.testing.features.CollectionFeature: com.google.common.collect.testing.features.CollectionFeature NONE>;
v[16] = v;
return v;
}
static void <clinit>()
{
com.google.common.collect.testing.features.CollectionFeature[] v;
com.google.common.collect.testing.features.Feature[] v, v, v, v, v, v, v, v, v, v, v, v, v, v, v, v, v;
com.google.common.collect.testing.features.CollectionFeature v, v, v, v, v, v, v, v, v, v, v, v, v, v, v, v, v, v, v, v, v, v, v, v;
v = new com.google.common.collect.testing.features.CollectionFeature;
v = newarray (com.google.common.collect.testing.features.Feature)[0];
specialinvoke v.<com.google.common.collect.testing.features.CollectionFeature: void <init>(java.lang.String,int,com.google.common.collect.testing.features.Feature[])>("ALLOWS_NULL_QUERIES", 0, v);
<com.google.common.collect.testing.features.CollectionFeature: com.google.common.collect.testing.features.CollectionFeature ALLOWS_NULL_QUERIES> = v;
v = new com.google.common.collect.testing.features.CollectionFeature;
v = newarray (com.google.common.collect.testing.features.Feature)[1];
v = <com.google.common.collect.testing.features.CollectionFeature: com.google.common.collect.testing.features.CollectionFeature ALLOWS_NULL_QUERIES>;
v[0] = v;
specialinvoke v.<com.google.common.collect.testing.features.CollectionFeature: void <init>(java.lang.String,int,com.google.common.collect.testing.features.Feature[])>("ALLOWS_NULL_VALUES", 1, v);
<com.google.common.collect.testing.features.CollectionFeature: com.google.common.collect.testing.features.CollectionFeature ALLOWS_NULL_VALUES> = v;
v = new com.google.common.collect.testing.features.CollectionFeature;
v = newarray (com.google.common.collect.testing.features.Feature)[0];
specialinvoke v.<com.google.common.collect.testing.features.CollectionFeature: void <init>(java.lang.String,int,com.google.common.collect.testing.features.Feature[])>("RESTRICTS_ELEMENTS", 2, v);
<com.google.common.collect.testing.features.CollectionFeature: com.google.common.collect.testing.features.CollectionFeature RESTRICTS_ELEMENTS> = v;
v = new com.google.common.collect.testing.features.CollectionFeature;
v = newarray (com.google.common.collect.testing.features.Feature)[0];
specialinvoke v.<com.google.common.collect.testing.features.CollectionFeature: void <init>(java.lang.String,int,com.google.common.collect.testing.features.Feature[])>("KNOWN_ORDER", 3, v);
<com.google.common.collect.testing.features.CollectionFeature: com.google.common.collect.testing.features.CollectionFeature KNOWN_ORDER> = v;
v = new com.google.common.collect.testing.features.CollectionFeature;
v = newarray (com.google.common.collect.testing.features.Feature)[0];
specialinvoke v.<com.google.common.collect.testing.features.CollectionFeature: void <init>(java.lang.String,int,com.google.common.collect.testing.features.Feature[])>("NON_STANDARD_TOSTRING", 4, v);
<com.google.common.collect.testing.features.CollectionFeature: com.google.common.collect.testing.features.CollectionFeature NON_STANDARD_TOSTRING> = v;
v = new com.google.common.collect.testing.features.CollectionFeature;
v = newarray (com.google.common.collect.testing.features.Feature)[0];
specialinvoke v.<com.google.common.collect.testing.features.CollectionFeature: void <init>(java.lang.String,int,com.google.common.collect.testing.features.Feature[])>("REJECTS_DUPLICATES_AT_CREATION", 5, v);
<com.google.common.collect.testing.features.CollectionFeature: com.google.common.collect.testing.features.CollectionFeature REJECTS_DUPLICATES_AT_CREATION> = v;
v = new com.google.common.collect.testing.features.CollectionFeature;
v = newarray (com.google.common.collect.testing.features.Feature)[0];
specialinvoke v.<com.google.common.collect.testing.features.CollectionFeature: void <init>(java.lang.String,int,com.google.common.collect.testing.features.Feature[])>("SUPPORTS_ADD", 6, v);
<com.google.common.collect.testing.features.CollectionFeature: com.google.common.collect.testing.features.CollectionFeature SUPPORTS_ADD> = v;
v = new com.google.common.collect.testing.features.CollectionFeature;
v = newarray (com.google.common.collect.testing.features.Feature)[0];
specialinvoke v.<com.google.common.collect.testing.features.CollectionFeature: void <init>(java.lang.String,int,com.google.common.collect.testing.features.Feature[])>("SUPPORTS_REMOVE", 7, v);
<com.google.common.collect.testing.features.CollectionFeature: com.google.common.collect.testing.features.CollectionFeature SUPPORTS_REMOVE> = v;
v = new com.google.common.collect.testing.features.CollectionFeature;
v = newarray (com.google.common.collect.testing.features.Feature)[0];
specialinvoke v.<com.google.common.collect.testing.features.CollectionFeature: void <init>(java.lang.String,int,com.google.common.collect.testing.features.Feature[])>("SUPPORTS_ITERATOR_REMOVE", 8, v);
<com.google.common.collect.testing.features.CollectionFeature: com.google.common.collect.testing.features.CollectionFeature SUPPORTS_ITERATOR_REMOVE> = v;
v = new com.google.common.collect.testing.features.CollectionFeature;
v = newarray (com.google.common.collect.testing.features.Feature)[0];
specialinvoke v.<com.google.common.collect.testing.features.CollectionFeature: void <init>(java.lang.String,int,com.google.common.collect.testing.features.Feature[])>("FAILS_FAST_ON_CONCURRENT_MODIFICATION", 9, v);
<com.google.common.collect.testing.features.CollectionFeature: com.google.common.collect.testing.features.CollectionFeature FAILS_FAST_ON_CONCURRENT_MODIFICATION> = v;
v = new com.google.common.collect.testing.features.CollectionFeature;
v = newarray (com.google.common.collect.testing.features.Feature)[3];
v = <com.google.common.collect.testing.features.CollectionFeature: com.google.common.collect.testing.features.CollectionFeature SUPPORTS_ADD>;
v[0] = v;
v = <com.google.common.collect.testing.features.CollectionFeature: com.google.common.collect.testing.features.CollectionFeature SUPPORTS_REMOVE>;
v[1] = v;
v = <com.google.common.collect.testing.features.CollectionFeature: com.google.common.collect.testing.features.CollectionFeature SUPPORTS_ITERATOR_REMOVE>;
v[2] = v;
specialinvoke v.<com.google.common.collect.testing.features.CollectionFeature: void <init>(java.lang.String,int,com.google.common.collect.testing.features.Feature[])>("GENERAL_PURPOSE", 10, v);
<com.google.common.collect.testing.features.CollectionFeature: com.google.common.collect.testing.features.CollectionFeature GENERAL_PURPOSE> = v;
v = new com.google.common.collect.testing.features.CollectionFeature;
v = newarray (com.google.common.collect.testing.features.Feature)[2];
v = <com.google.common.collect.testing.features.CollectionFeature: com.google.common.collect.testing.features.CollectionFeature SUPPORTS_REMOVE>;
v[0] = v;
v = <com.google.common.collect.testing.features.CollectionFeature: com.google.common.collect.testing.features.CollectionFeature SUPPORTS_ITERATOR_REMOVE>;
v[1] = v;
specialinvoke v.<com.google.common.collect.testing.features.CollectionFeature: void <init>(java.lang.String,int,com.google.common.collect.testing.features.Feature[])>("REMOVE_OPERATIONS", 11, v);
<com.google.common.collect.testing.features.CollectionFeature: com.google.common.collect.testing.features.CollectionFeature REMOVE_OPERATIONS> = v;
v = new com.google.common.collect.testing.features.CollectionFeature;
v = newarray (com.google.common.collect.testing.features.Feature)[0];
specialinvoke v.<com.google.common.collect.testing.features.CollectionFeature: void <init>(java.lang.String,int,com.google.common.collect.testing.features.Feature[])>("SERIALIZABLE", 12, v);
<com.google.common.collect.testing.features.CollectionFeature: com.google.common.collect.testing.features.CollectionFeature SERIALIZABLE> = v;
v = new com.google.common.collect.testing.features.CollectionFeature;
v = newarray (com.google.common.collect.testing.features.Feature)[1];
v = <com.google.common.collect.testing.features.CollectionFeature: com.google.common.collect.testing.features.CollectionFeature SERIALIZABLE>;
v[0] = v;
specialinvoke v.<com.google.common.collect.testing.features.CollectionFeature: void <init>(java.lang.String,int,com.google.common.collect.testing.features.Feature[])>("SERIALIZABLE_INCLUDING_VIEWS", 13, v);
<com.google.common.collect.testing.features.CollectionFeature: com.google.common.collect.testing.features.CollectionFeature SERIALIZABLE_INCLUDING_VIEWS> = v;
v = new com.google.common.collect.testing.features.CollectionFeature;
v = newarray (com.google.common.collect.testing.features.Feature)[0];
specialinvoke v.<com.google.common.collect.testing.features.CollectionFeature: void <init>(java.lang.String,int,com.google.common.collect.testing.features.Feature[])>("SUBSET_VIEW", 14, v);
<com.google.common.collect.testing.features.CollectionFeature: com.google.common.collect.testing.features.CollectionFeature SUBSET_VIEW> = v;
v = new com.google.common.collect.testing.features.CollectionFeature;
v = newarray (com.google.common.collect.testing.features.Feature)[0];
specialinvoke v.<com.google.common.collect.testing.features.CollectionFeature: void <init>(java.lang.String,int,com.google.common.collect.testing.features.Feature[])>("DESCENDING_VIEW", 15, v);
<com.google.common.collect.testing.features.CollectionFeature: com.google.common.collect.testing.features.CollectionFeature DESCENDING_VIEW> = v;
v = new com.google.common.collect.testing.features.CollectionFeature;
v = newarray (com.google.common.collect.testing.features.Feature)[0];
specialinvoke v.<com.google.common.collect.testing.features.CollectionFeature: void <init>(java.lang.String,int,com.google.common.collect.testing.features.Feature[])>("NONE", 16, v);
<com.google.common.collect.testing.features.CollectionFeature: com.google.common.collect.testing.features.CollectionFeature NONE> = v;
v = staticinvoke <com.google.common.collect.testing.features.CollectionFeature: com.google.common.collect.testing.features.CollectionFeature[] $values()>();
<com.google.common.collect.testing.features.CollectionFeature: com.google.common.collect.testing.features.CollectionFeature[] $VALUES> = v;
return;
}
}