ADD week 5
This commit is contained in:
		
							
								
								
									
										28
									
								
								02-Easy5/E5/sources/kotlin/collections/LongIterator.java
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										28
									
								
								02-Easy5/E5/sources/kotlin/collections/LongIterator.java
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,28 @@ | ||||
| package kotlin.collections; | ||||
|  | ||||
| import java.util.Iterator; | ||||
| import kotlin.Metadata; | ||||
| import kotlin.jvm.internal.markers.KMappedMarker; | ||||
|  | ||||
| /* compiled from: PrimitiveIterators.kt */ | ||||
| @Metadata(d1 = {"\u0000\u0010\n\u0002\u0018\u0002\n\u0002\u0010(\n\u0002\u0010\t\n\u0002\b\u0005\b&\u0018\u00002\b\u0012\u0004\u0012\u00020\u00020\u0001B\u0005¢\u0006\u0002\u0010\u0003J\u000e\u0010\u0004\u001a\u00020\u0002H\u0086\u0002¢\u0006\u0002\u0010\u0005J\b\u0010\u0006\u001a\u00020\u0002H&¨\u0006\u0007"}, d2 = {"Lkotlin/collections/LongIterator;", "", "", "()V", "next", "()Ljava/lang/Long;", "nextLong", "kotlin-stdlib"}, k = 1, mv = {1, 8, 0}, xi = 48) | ||||
| /* loaded from: classes.dex */ | ||||
| public abstract class LongIterator implements Iterator<Long>, KMappedMarker { | ||||
|     public abstract long nextLong(); | ||||
|  | ||||
|     @Override // java.util.Iterator | ||||
|     public void remove() { | ||||
|         throw new UnsupportedOperationException("Operation is not supported for read-only collection"); | ||||
|     } | ||||
|  | ||||
|     @Override // java.util.Iterator | ||||
|     public /* bridge */ /* synthetic */ Long next() { | ||||
|         return Long.valueOf(nextLong()); | ||||
|     } | ||||
|  | ||||
|     /* JADX WARN: Can't rename method to resolve collision */ | ||||
|     @Override // java.util.Iterator | ||||
|     public final Long next() { | ||||
|         return Long.valueOf(nextLong()); | ||||
|     } | ||||
| } | ||||
		Reference in New Issue
	
	Block a user