You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-5Lines changed: 1 addition & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -11,10 +11,6 @@ This library contains a mixture of small helper classes, functions and views use
11
11
*[ImmutableSet](library/src/main/java/com/tazkiyatech/utils/collections/ImmutableSet.java) – Provides a helper method for creating immutable copies of `java.util.Set` instances.
12
12
*[ListExtensions](library/src/main/java/com/tazkiyatech/utils/collections/ListExtensions.kt) – Provides a Kotlin extension function for joining a `List` of `String` objects into a single `String` object.
13
13
14
-
## Database
15
-
16
-
*[QueryPlanExplainer](library/src/main/java/com/tazkiyatech/utils/database/QueryPlanExplainer.java) – Provides helper methods for explaining the strategy or plan that SQLite will use to implement a specific SQL query.
17
-
18
14
## Display
19
15
20
16
*[Colors](library/src/main/java/com/tazkiyatech/utils/display/Colors.kt) – Provides a number of Kotlin extension functions for converting between different colour representations.
@@ -52,5 +48,5 @@ To use the above utilities within your app simply add the following repository a
0 commit comments