kotlin.collections.java.util.Enumeration.toList
toList
inline fun <T> Enumeration<T>.toList(): List<T>
Platform and version requirements: JVM
Returns a list containing the elements returned by this enumeration in the order they are returned by the enumeration.
© 2010–2017 JetBrains s.r.o.
Licensed under the Apache License, Version 2.0.
登录查看完整内容