
.port_store.1.3.9.source-code.IndexOrder.kt Maven / Gradle / Ivy
package com.hexagonkt.store
enum class IndexOrder {
ASCENDING,
DESCENDING
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy
package com.hexagonkt.store
enum class IndexOrder {
ASCENDING,
DESCENDING
}