ADD week 5
This commit is contained in:
		
							
								
								
									
										28
									
								
								02-Easy5/E5/sources/kotlin/InitializedLazyImpl.java
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										28
									
								
								02-Easy5/E5/sources/kotlin/InitializedLazyImpl.java
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,28 @@ | ||||
| package kotlin; | ||||
|  | ||||
| import java.io.Serializable; | ||||
|  | ||||
| /* compiled from: Lazy.kt */ | ||||
| @Metadata(d1 = {"\u0000\"\n\u0002\u0018\u0002\n\u0000\n\u0002\u0018\u0002\n\u0002\u0018\u0002\n\u0002\u0018\u0002\n\u0002\b\u0006\n\u0002\u0010\u000b\n\u0000\n\u0002\u0010\u000e\n\u0000\b\u0000\u0018\u0000*\u0006\b\u0000\u0010\u0001 \u00012\b\u0012\u0004\u0012\u0002H\u00010\u00022\u00060\u0003j\u0002`\u0004B\r\u0012\u0006\u0010\u0005\u001a\u00028\u0000¢\u0006\u0002\u0010\u0006J\b\u0010\n\u001a\u00020\u000bH\u0016J\b\u0010\f\u001a\u00020\rH\u0016R\u0016\u0010\u0005\u001a\u00028\u0000X\u0096\u0004¢\u0006\n\n\u0002\u0010\t\u001a\u0004\b\u0007\u0010\b¨\u0006\u000e"}, d2 = {"Lkotlin/InitializedLazyImpl;", "T", "Lkotlin/Lazy;", "Ljava/io/Serializable;", "Lkotlin/io/Serializable;", "value", "(Ljava/lang/Object;)V", "getValue", "()Ljava/lang/Object;", "Ljava/lang/Object;", "isInitialized", "", "toString", "", "kotlin-stdlib"}, k = 1, mv = {1, 8, 0}, xi = 48) | ||||
| /* loaded from: classes.dex */ | ||||
| public final class InitializedLazyImpl<T> implements Lazy<T>, Serializable { | ||||
|     private final T value; | ||||
|  | ||||
|     @Override // kotlin.Lazy | ||||
|     public T getValue() { | ||||
|         return this.value; | ||||
|     } | ||||
|  | ||||
|     @Override // kotlin.Lazy | ||||
|     public boolean isInitialized() { | ||||
|         return true; | ||||
|     } | ||||
|  | ||||
|     public InitializedLazyImpl(T t) { | ||||
|         this.value = t; | ||||
|     } | ||||
|  | ||||
|     public String toString() { | ||||
|         return String.valueOf(getValue()); | ||||
|     } | ||||
| } | ||||
		Reference in New Issue
	
	Block a user