final class org.apache.camel.component.properties.PropertiesComponent$CacheKey extends java.lang.Object implements java.io.Serializable
{
private static final long serialVersionUID;
private final java.util.List locations;
private void <init>(java.util.List)
{
org.apache.camel.component.properties.PropertiesComponent$CacheKey v;
java.util.List v;
java.util.ArrayList v;
v := @this: org.apache.camel.component.properties.PropertiesComponent$CacheKey;
v := @parameter: java.util.List;
specialinvoke v.<java.lang.Object: void <init>()>();
v = new java.util.ArrayList;
specialinvoke v.<java.util.ArrayList: void <init>(java.util.Collection)>(v);
v.<org.apache.camel.component.properties.PropertiesComponent$CacheKey: java.util.List locations> = v;
return;
}
public boolean equals(java.lang.Object)
{
java.util.List v, v;
org.apache.camel.component.properties.PropertiesComponent$CacheKey v;
java.lang.Class v, v;
java.lang.Object v;
boolean v;
v := @this: org.apache.camel.component.properties.PropertiesComponent$CacheKey;
v := @parameter: java.lang.Object;
if v != v goto label;
return 1;
label:
if v == null goto label;
v = virtualinvoke v.<java.lang.Object: java.lang.Class getClass()>();
v = virtualinvoke v.<java.lang.Object: java.lang.Class getClass()>();
if v == v goto label;
label:
return 0;
label:
v = v.<org.apache.camel.component.properties.PropertiesComponent$CacheKey: java.util.List locations>;
v = v.<org.apache.camel.component.properties.PropertiesComponent$CacheKey: java.util.List locations>;
v = interfaceinvoke v.<java.util.List: boolean equals(java.lang.Object)>(v);
return v;
}
public int hashCode()
{
int v;
org.apache.camel.component.properties.PropertiesComponent$CacheKey v;
java.util.List v;
v := @this: org.apache.camel.component.properties.PropertiesComponent$CacheKey;
v = v.<org.apache.camel.component.properties.PropertiesComponent$CacheKey: java.util.List locations>;
v = interfaceinvoke v.<java.util.List: int hashCode()>();
return v;
}
public java.lang.String toString()
{
java.util.List v;
org.apache.camel.component.properties.PropertiesComponent$CacheKey v;
java.lang.String v, v;
v := @this: org.apache.camel.component.properties.PropertiesComponent$CacheKey;
v = v.<org.apache.camel.component.properties.PropertiesComponent$CacheKey: java.util.List locations>;
v = virtualinvoke v.<java.lang.Object: java.lang.String toString()>();
v = dynamicinvoke "makeConcatWithConstants" <java.lang.String (java.lang.String)>(v) <java.lang.invoke.StringConcatFactory: java.lang.invoke.CallSite makeConcatWithConstants(java.lang.invoke.MethodHandles$Lookup,java.lang.String,java.lang.invoke.MethodType,java.lang.String,java.lang.Object[])>("LocationKey[\u]");
return v;
}
}