摘要: package mainimport "fmt"var _ Study = (*study)(nil)type study struct { Name string}type Study interface { Listen(message string) string}func main() { 阅读全文
posted @ 2021-09-06 09:39 v17166570219 阅读(174) 评论(0) 推荐(0)
摘要: public static class Builder<K, V> { Comparator<? super V> valueComparator; ImmutableMapEntry<K, V>[] entries; int size; boolean entriesUsed; public Bu 阅读全文
posted @ 2021-09-06 08:55 v17166570219 阅读(54) 评论(0) 推荐(0)