forked from Speiger/Primitive-Collections
Fixed a missing import & Updated readme.
This commit is contained in:
parent
406a57bb9d
commit
3c0f4acc05
|
@ -27,7 +27,7 @@ repositories {
|
|||
}
|
||||
}
|
||||
dependencies {
|
||||
compile 'de.speiger:Primitive-Collections:0.2.0'
|
||||
compile 'de.speiger:Primitive-Collections:0.3.0'
|
||||
}
|
||||
```
|
||||
|
||||
|
|
|
@ -2,6 +2,7 @@ package speiger.src.collections.PACKAGE.queues;
|
|||
|
||||
#if TYPE_OBJECT
|
||||
import java.util.Comparator;
|
||||
import speiger.src.collections.objects.collections.ObjectIterator;
|
||||
#else
|
||||
import speiger.src.collections.PACKAGE.collections.ITERABLE;
|
||||
import speiger.src.collections.PACKAGE.functions.COMPARATOR;
|
||||
|
|
Loading…
Reference in New Issue